From 6ff4be44a8eacb99fca7e36742f03253f85109e5 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Mon, 22 Sep 2025 10:32:49 +0200 Subject: [PATCH] Add running failing tests at separate steps --- conda-recipe/run_test.bat | 6 ++++++ 1 file changed, 6 insertions(+) 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