Skip to content

Commit 32bee69

Browse files
committed
ci: use makefile target for test-race
1 parent d81082a commit 32bee69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387

388388
- name: Run Tests
389389
run: |
390-
gotestsum --junitfile="gotests.xml" -- -race ./...
390+
make test-race
391391
392392
- name: Upload test stats to Datadog
393393
timeout-minutes: 1

0 commit comments

Comments
 (0)