Another try to fix tests

This commit is contained in:
Jan Eitzinger 2022-06-22 18:14:27 +02:00
parent 3c06619cc9
commit 418761dac3

View File

@ -12,6 +12,6 @@ jobs:
uses: actions/checkout@v2
- name: Build, Vet & Test
run: |
go build cmd/cc-backend
go vet cmd/cc-backend
go test test
go build ./...
go vet ./...
go test ./...