Skip to content

Commit

Permalink
Remove remaining pytest -v to mirror changes of aiidateam#6625.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeigerJ2 committed Nov 25, 2024
1 parent 393d83b commit fdf3fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
id: tests
env:
AIIDA_WARN_v3: 0
run: pytest -sv -m 'requires_rmq'
run: pytest -s -m 'requires_rmq'

- name: Slack notification
# Always run this step (otherwise it would be skipped if any of the previous steps fail) but only if the
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: ./.github/actions/install-aiida-core

- name: Run sub-set of test suite
run: pytest -sv -k 'requires_rmq'
run: pytest -s -k 'requires_rmq'

publish:

Expand Down

0 comments on commit fdf3fd2

Please sign in to comment.