Fixed tests

This commit is contained in:
Marc Ole Bulling
2021-12-10 19:09:27 +01:00
parent 2d892912eb
commit a473df10fd

View File

@@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.17'
- run: go mod tidy
- run: go test ./... -parallel 8 --tags=test,awsmock
- run: go clean -testcache
- run: go test ./... -parallel 8 --tags=test,noaws