Skip to content

Commit 875f3c7

Browse files
committed
Add test_usm_type special case to run_test.sh
1 parent 88899ab commit 875f3c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda-recipe/run_test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ set -e
3737

3838
$PYTHON -c "import dpnp; print(dpnp.__version__)"
3939
$PYTHON -m dpctl -f
40+
$PYTHON -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type::test_2in_1out
4041
$PYTHON -m pytest -ra --pyargs dpnp

0 commit comments

Comments
 (0)