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