Skip to content

Commit

Permalink
test: -p 1
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Oct 2, 2023
1 parent fed544a commit 3912357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run tests
run: |
set -euo pipefail
go test -json -v -covermode atomic -coverprofile=cover.out ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
go test -p 1 -json -v -covermode atomic -coverprofile=cover.out ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
- name: Upload original test log
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3912357

Please sign in to comment.