diff --git a/ci/scripts/run_tests.sh b/ci/scripts/run_tests.sh index 6fdb9b87f3..178df093b0 100644 --- a/ci/scripts/run_tests.sh +++ b/ci/scripts/run_tests.sh @@ -10,4 +10,4 @@ then EXTRA_OPTIONS="$EXTRA_OPTIONS --benchmark" fi -python -m pytest $EXTRA_OPTIONS $@ +python -m pytest $EXTRA_OPTIONS $@ tests/{benchmarks,stability,workflows,tpch/test_dask.py}