diff --git a/conda-recipe/run_test.bat b/conda-recipe/run_test.bat index f6f6a061c5fa..cd03d8366735 100644 --- a/conda-recipe/run_test.bat +++ b/conda-recipe/run_test.bat @@ -37,5 +37,11 @@ if %errorlevel% neq 0 exit 1 "%PYTHON%" -m dpctl -f if %errorlevel% neq 0 exit 1 +"%PYTHON%" -m pytest -ra --pyargs dpnp dpnp.tests.test_fft::TestFftn +if %errorlevel% neq 0 exit 1 + +"%PYTHON%" -m pytest -ra --pyargs dpnp dpnp.tests.test_fft::TestRfftn +if %errorlevel% neq 0 exit 1 + "%PYTHON%" -m pytest -ra --pyargs dpnp if %errorlevel% neq 0 exit 1