Skip to content

Commit

Permalink
Run all pytests including subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMitchell committed Sep 20, 2024
1 parent 2f42ebb commit d2fe6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/run_pytests_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set -e -E -u -o pipefail
legate \
--sysmem 28000 \
--module pytest \
legateboost/test/[!_]**.py \
legateboost/test/ \
-sv \
--durations=0 \
"${@}"
2 changes: 1 addition & 1 deletion ci/run_pytests_gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ legate \
--fbmem 28000 \
--sysmem 28000 \
--module pytest \
legateboost/test/[!_]**.py \
legateboost/test \
-sv \
--durations=0 \
-k 'not sklearn' \
Expand Down

0 comments on commit d2fe6f0

Please sign in to comment.