run unit tests non parallel
All checks were successful
Test / Run unit tests (pull_request) Successful in 17m0s
Test / Run integration tests (pull_request) Successful in 35m55s

This commit is contained in:
Roy Crihfield 2023-09-19 10:06:01 +08:00
parent 47ebfa205c
commit fc54269146

View File

@ -36,7 +36,7 @@ jobs:
run: |
git config --global url."https://$TOKEN:@git.vdb.to/".insteadOf https://git.vdb.to/
- name: Run tests
run: go test -v ./...
run: go test -p 1 -v ./...
integration-tests:
name: Run integration tests