mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Another try to fix tests
This commit is contained in:
parent
3c06619cc9
commit
418761dac3
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -12,6 +12,6 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Build, Vet & Test
|
- name: Build, Vet & Test
|
||||||
run: |
|
run: |
|
||||||
go build cmd/cc-backend
|
go build ./...
|
||||||
go vet cmd/cc-backend
|
go vet ./...
|
||||||
go test test
|
go test ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user