Skip to content

Commit

Permalink
github/workflows: concurrently run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leonklingele committed Sep 8, 2023
1 parent 17b4154 commit 848b54d
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 @@ -37,4 +37,4 @@ jobs:
with:
max_attempts: 3
timeout_minutes: 15
command: go test ./... -v -race -count=1
command: go test -v -race ./...

0 comments on commit 848b54d

Please sign in to comment.