Skip to content

Commit

Permalink
move the integration tests out into their own package so they can be …
Browse files Browse the repository at this point in the history
…ignored by the current actions workflows.
  • Loading branch information
LAShemilt committed Apr 19, 2023
1 parent b2dde60 commit 4a1c2c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
shell: bash -l {0}
run: |
set -vxeuo pipefail
coverage run -m pytest -v
coverage run -m pytest --ignore tests_integration -v
coverage report
Empty file.
File renamed without changes.

0 comments on commit 4a1c2c4

Please sign in to comment.