Skip to content

Commit

Permalink
ci: job_compose_test now builds with -race
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Sep 19, 2023
1 parent e135236 commit 50a27e7
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 @@ -121,6 +121,7 @@ jobs:
LOG_PANIC_ON_INVALIDCHARS: true # check that log lines contains no invalid chars (evidence of format mismatch)
GOCOVERDIR: "./gocoverage-integration/" # collect code coverage when running binaries
CONCURRENT: 1 # run all the start_test.sh tests concurrently
BUILDARGS: "-race" # note that -race can easily make the crypto stuff 10x slower
run: |
cd dockerfiles/testsuite && ./start_test.sh
Expand Down

0 comments on commit 50a27e7

Please sign in to comment.