ci: use makefile target for test-race

This commit is contained in:
Cian Johnston 2024-03-26 10:41:31 +00:00
parent d81082aec1
commit 32bee6906b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ jobs:
- name: Run Tests
run: |
gotestsum --junitfile="gotests.xml" -- -race ./...
make test-race
- name: Upload test stats to Datadog
timeout-minutes: 1