Skip to content

Commit 66f5785

Browse files
committed
Run dpnp.tests.test_ndarray to check if it causes crashes
1 parent b1c2d4f commit 66f5785

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conda-recipe/run_test.bat

+3
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@ if %errorlevel% neq 0 exit 1
3737
"%PYTHON%" -m dpctl -f
3838
if %errorlevel% neq 0 exit 1
3939

40+
"%PYTHON%" -m pytest -ra --pyargs dpnp.tests.test_ndarray
41+
if %errorlevel% neq 0 exit 1
42+
4043
"%PYTHON%" -m pytest -ra --pyargs dpnp
4144
if %errorlevel% neq 0 exit 1

0 commit comments

Comments
 (0)