Skip to content

Commit 8e11153

Browse files
committed
Update test command lines.
1 parent 80da4a1 commit 8e11153

File tree

1 file changed

+7
-2
lines changed
  • continuous_integration/scripts

1 file changed

+7
-2
lines changed

continuous_integration/scripts/test

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ test_ci() {
99

1010
pip install *.whl
1111

12-
cd "${REPO_DIR}"
12+
cd "${REPO_DIR}/cuda_bindings"
1313

14-
python -m pytest
14+
set +e
15+
echo "----------------Running tests----------------"
16+
pytest tests/
17+
18+
echo "----------------Running examples----------------"
19+
pytest examples/
1520
}
1621

1722
test_project() {

0 commit comments

Comments
 (0)