Adapt testing

This commit is contained in:
Jan Eitzinger
2022-02-11 11:04:26 +01:00
parent f2ae0daec2
commit abcfc48802
4 changed files with 39 additions and 21 deletions

View File

@@ -14,4 +14,5 @@ jobs:
run: |
go build ./...
go vet ./...
go test -v ./...
go test .
env BASEPATH="../" go test ./repository