Skip to content

Commit b51f095

Browse files
committed
update test command
1 parent a74acdf commit b51f095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ conda activate "$CONDA_ENV"
3030
# export TRITONPARSE_DEBUG=1
3131

3232
# Build pytest command
33-
PYTEST_CMD="python -m pytest tests/test_tritonparse.py"
33+
PYTEST_CMD="python -m unittest tests.test_tritonparse"
3434

3535
# Add verbose flag
3636
if [ "$VERBOSE" = "true" ]; then

0 commit comments

Comments
 (0)