Fixed go.mod, removed go mod tidy

This commit is contained in:
Marc Ole Bulling
2021-12-12 12:31:42 +01:00
parent cb5374f6c9
commit 094c51aa85
6 changed files with 20 additions and 24 deletions
-1
View File
@@ -12,7 +12,6 @@ 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