Skip to content

Commit

Permalink
fix: change runinteg flag
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRec committed Nov 6, 2023
1 parent 587b906 commit 6aa2a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all-os-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install -r requirements.txt
- name: Run Integration Tests # run only those tests marked runinteg & with no osmosis deps
run: |
pytest -m runinteg --ignore tests/osm/ --ignore tests/analyse_network
pytest -m runinteg --runinteg --ignore tests/osm/ --ignore tests/analyse_network
- name: Test with pytest # run only tests with no osmosis deps
run: |
pytest --ignore tests/osm/ --ignore tests/analyse_network

0 comments on commit 6aa2a5c

Please sign in to comment.