mirror of
https://github.com/callebtc/electronwall.git
synced 2026-02-01 05:14:52 +01:00
config
This commit is contained in:
4
.github/workflows/go.yaml
vendored
4
.github/workflows/go.yaml
vendored
@@ -14,7 +14,9 @@ jobs:
|
||||
go-version: 1.18
|
||||
|
||||
- name: Build
|
||||
run: go build -v .
|
||||
run: |
|
||||
cp config.yaml.example config.yaml
|
||||
go build -v .
|
||||
|
||||
- name: Test
|
||||
run: go test -v .
|
||||
Reference in New Issue
Block a user