mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-05-02 20:40:50 -05:00
Fixed go.mod, removed go mod tidy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user