We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a2496 commit 55a84ebCopy full SHA for 55a84eb
1 file changed
ci/tools/run-tests
@@ -24,6 +24,6 @@ python -m numba --sysinfo
24
echo "Running numba-cuda tests"
25
GPU_CC=$(nvidia-smi --query-gpu=compute_cap --format=csv | grep -v compute_cap | head -n 1 | sed 's/\.//')
26
mv cu${TEST_CUDA_MAJOR}_cc${GPU_CC}/* .
27
-${SANITIZER_CMD} pytest -v
+${SANITIZER_CMD} pytest -v -n auto --dist loadscope --loadscope-reorder
28
29
popd
0 commit comments