Skip to content

Commit

Permalink
ci: job_compose_test now builds with -race
Browse files Browse the repository at this point in the history
this makes the integration test only slightly slower (around +10%)
unlike the abismal effect in unit test (10x)
  • Loading branch information
altergui committed Sep 20, 2023
1 parent 1911bbb commit 32ce367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
LOG_PANIC_ON_INVALIDCHARS: true # check that log lines contains no invalid chars (evidence of format mismatch)
GOCOVERDIR: "./gocoverage/" # collect code coverage when running binaries
CONCURRENT: 1 # run all the start_test.sh tests concurrently
BUILDARGS: "-race" # this makes the integration test only slightly slower (around +10%) unlike the abismal effect in unit test (10x)
run: |
cd dockerfiles/testsuite && ./start_test.sh
- name: Store code coverage artifact
Expand Down

0 comments on commit 32ce367

Please sign in to comment.