Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KFilippopolitis committed May 29, 2024
1 parent d34a955 commit 8249be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standalone_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ jobs:


- name: Run all standalone tests
run: poetry run pytest -s -m "not smpc" --cov=exareme2 tests/standalone_tests --verbosity=4
run: poetry run pytest -s -m "not very_slow" --cov=exareme2 tests/standalone_tests --verbosity=4
env:
PULL_DOCKER_IMAGES: false

0 comments on commit 8249be7

Please sign in to comment.