Skip to content

Commit

Permalink
run everything
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed May 28, 2024
1 parent 45589e1 commit 7a41a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_onnxruntime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a41a42

Please sign in to comment.