mirror of
https://github.com/Forceu/Gokapi.git
synced 2025-12-30 21:39:36 -06:00
Fixed tests
This commit is contained in:
1
.github/workflows/test-code.yml
vendored
1
.github/workflows/test-code.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user