Turned off parallel test execution

This commit is contained in:
Leon Mika 2022-06-11 12:10:39 +10:00
parent 69653b7baf
commit 47e404aff7
2 changed files with 2 additions and 2 deletions

View file

@ -31,6 +31,6 @@ jobs:
run: |
set -xue
go get ./...
go test ./...
go test -p 1 ./...
env:
GOPRIVATE: "github:com/lmika/*"

View file

@ -27,7 +27,7 @@ jobs:
run: |
set -xue
go get ./...
go test ./...
go test -p 1 ./...
env:
GOPRIVATE: "github:com/lmika/*"
release: