Skip to content

Commit

Permalink
Run cuda_core tests before cuda_binding.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Dec 4, 2024
1 parent a9ed0c6 commit 84124b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions continuous_integration/scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ test_ci() {
cd "${CORE_ARTIFACTS_DIR}"
pip install *.whl

cd "${REPO_DIR}/cuda_bindings"
cd "${REPO_DIR}/cuda_core"
python -m pytest tests/

cd "${REPO_DIR}/cuda_core"
cd "${REPO_DIR}/cuda_bindings"
python -m pytest tests/

}
Expand Down

0 comments on commit 84124b5

Please sign in to comment.