From 7a41a4271a81b98ecfd7108174a783ea5af3bc27 Mon Sep 17 00:00:00 2001 From: IlyasMoutawwakil Date: Tue, 28 May 2024 17:19:19 +0200 Subject: [PATCH] run everything --- .github/workflows/test_onnxruntime.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_onnxruntime.yml b/.github/workflows/test_onnxruntime.yml index 24369a0be8..4cf105b26b 100644 --- a/.github/workflows/test_onnxruntime.yml +++ b/.github/workflows/test_onnxruntime.yml @@ -46,6 +46,6 @@ jobs: - name: Test with pytest working-directory: tests - # pytest onnxruntime -m "not run_in_series" --durations=0 -vvvv -s -n auto run: | - pytest onnxruntime --durations=0 -vvvv -s -k "test_inference_old_onnx_model" + pytest onnxruntime -m "not run_in_series" --durations=0 -vvvv -s -n auto + pytest onnxruntime -m "run_in_series" --durations=0 -vvvv -s