repair test

This commit is contained in:
callebtc
2022-07-10 20:47:22 +02:00
parent b23a14ca7c
commit 679cb74ef5

View File

@@ -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 .