Skip to content

Commit

Permalink
Add tests directory back to command
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Oct 14, 2024
1 parent 81dfaba commit b71fd59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ timeout 90m pytest \
--cov-config=../pyproject.toml \
--cov=dask_cuda \
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/dask-cuda-coverage.xml" \
--cov-report=term
--cov-report=term \
tests
popd

rapids-logger "pytest explicit-comms (legacy dd)"
Expand Down

0 comments on commit b71fd59

Please sign in to comment.