Skip to content

Commit

Permalink
Add GOVERBOSE to make race-test in run_unit_tests.sh.
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Train <ztrain@uber.com>
  • Loading branch information
zmt committed Mar 10, 2022
1 parent dd2553f commit c5e3d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/run_unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ fi
echo
echo "Re-running with race detector enabled, skipping flaky tests..."
echo
make race-test
GOVERBOSE=1 make race-test

0 comments on commit c5e3d6c

Please sign in to comment.