Skip to content

Commit

Permalink
Update fullparallel_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tensionhead authored Nov 8, 2022
1 parent a997b17 commit 36b7005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fullparallel_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Test sequential with pytest
run: |
cd syncopy/tests
# run sequential tests
# run all sequential tests
poetry run pytest -ra --color=yes -k 'not parallel'
- name: Test basic parallel with pytest
run: |
cd syncopy/tests
# run basic parallel tests
# run all parallel tests
poetry run pytest --disable-warnings --color=yes -k 'parallel'

0 comments on commit 36b7005

Please sign in to comment.