Skip to content

Commit

Permalink
Update test command lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Nov 15, 2024
1 parent 80da4a1 commit 8e11153
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions continuous_integration/scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ test_ci() {

pip install *.whl

cd "${REPO_DIR}"
cd "${REPO_DIR}/cuda_bindings"

python -m pytest
set +e
echo "----------------Running tests----------------"
pytest tests/

echo "----------------Running examples----------------"
pytest examples/
}

test_project() {
Expand Down

0 comments on commit 8e11153

Please sign in to comment.