Skip to content

Commit

Permalink
Add -s option to pytest run.
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Enkovich <[email protected]>
  • Loading branch information
ienkovich committed Jun 17, 2024
1 parent 98a656e commit 5169013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
- name: Run python unit tests
run: |
python -m pytest -n 32 --device cpu python/test/unit/language/test_core.py -m cpu
python -m pytest -s -n 32 --device cpu python/test/unit/language/test_core.py -m cpu

0 comments on commit 5169013

Please sign in to comment.