We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97228f commit a839371Copy full SHA for a839371
.github/scripts/common.sh
@@ -25,7 +25,6 @@ ci_run_jl_test() {
25
26
cd $JULIA_PATH
27
export JULIA_CPU_THREADS=$threads
28
- export JULIA_NUM_THREADS=4 # set default to 4 mutator threads to try to capture bad races
29
30
# Directly run runtests.jl: There could be some issues with some test suites. We better just use their build script.
31
# $JULIA_PATH/julia $JULIA_TEST_ARGS $JULIA_PATH/test/runtests.jl --exit-on-error $test
0 commit comments