Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ ci_run_jl_test() {

cd $JULIA_PATH
export JULIA_CPU_THREADS=$threads
export JULIA_NUM_THREADS=4 # set default to 4 mutator threads to try to capture bad races

# Directly run runtests.jl: There could be some issues with some test suites. We better just use their build script.
# $JULIA_PATH/julia $JULIA_TEST_ARGS $JULIA_PATH/test/runtests.jl --exit-on-error $test
Expand Down
Loading