Skip to content

Commit

Permalink
run tests in serial
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Jan 30, 2025
1 parent e51cd75 commit 7a74871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: go vet ./...

- name: Test
run: go test ./...
run: go test -p 1 ./...

0 comments on commit 7a74871

Please sign in to comment.