mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-02-20 07:28:43 -06:00
Changed to sqlite, dropped Windows 32bit support, fixed data dir env not being persistant #115, updated readme
This commit is contained in:
11
.github/workflows/test-code.yml
vendored
11
.github/workflows/test-code.yml
vendored
@@ -13,11 +13,8 @@ jobs:
|
||||
with:
|
||||
go-version: '^1.20'
|
||||
- run: go generate ./...
|
||||
- run: go test ./... -parallel 8 --tags=test,awsmock
|
||||
- run: go clean -testcache
|
||||
- run: go test ./... -parallel 8 --tags=test,noaws
|
||||
- run: go clean -testcache
|
||||
- run: go test ./... --tags=test,noaws,integration
|
||||
- run: go clean -testcache
|
||||
- run: GOKAPI_AWS_BUCKET="gokapi" GOKAPI_AWS_REGION="eu-central-1" GOKAPI_AWS_KEY="keyid" GOKAPI_AWS_KEY_SECRET="secret" go test ./... --tags=test,awstest
|
||||
- run: go test ./... -parallel 8 -count=1 --tags=test,awsmock
|
||||
- run: go test ./... -parallel 8 -count=1 --tags=test,noaws
|
||||
- run: go test ./... --tags=test,noaws,integration -count=1
|
||||
- run: GOKAPI_AWS_BUCKET="gokapi" GOKAPI_AWS_REGION="eu-central-1" GOKAPI_AWS_KEY="keyid" GOKAPI_AWS_KEY_SECRET="secret" go test ./... --tags=test,awstest -count=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user