Skip to content

Commit 55a84eb

Browse files
authored
ci: run tests in parallel (#740)
1 parent e1a2496 commit 55a84eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/tools/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ python -m numba --sysinfo
2424
echo "Running numba-cuda tests"
2525
GPU_CC=$(nvidia-smi --query-gpu=compute_cap --format=csv | grep -v compute_cap | head -n 1 | sed 's/\.//')
2626
mv cu${TEST_CUDA_MAJOR}_cc${GPU_CC}/* .
27-
${SANITIZER_CMD} pytest -v
27+
${SANITIZER_CMD} pytest -v -n auto --dist loadscope --loadscope-reorder
2828

2929
popd

0 commit comments

Comments
 (0)