This commit is contained in:
callebtc
2022-07-10 20:46:44 +02:00
parent 417e858ced
commit b23a14ca7c

View File

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