mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
fix repository/ tests
This commit is contained in:
parent
839db9fdae
commit
e9195aa2e3
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -14,5 +14,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
go build ./...
|
go build ./...
|
||||||
go vet ./...
|
go vet ./...
|
||||||
go test .
|
go test .
|
||||||
env BASEPATH="../" go test ./repository
|
env BASEPATH="../" go test ./repository
|
||||||
|
env BASEPATH="../" go test ./config
|
||||||
|
BIN
test/test.db
BIN
test/test.db
Binary file not shown.
Loading…
Reference in New Issue
Block a user