Skip to content

Commit

Permalink
CI: run pytest from tests/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Oct 1, 2024
1 parent 42bff03 commit 63fd0e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
set -o posix
echo 'Exported environment variables:'
export -p
cd tests/
pytest \
-v \
--continue-on-collection-errors \
Expand Down

0 comments on commit 63fd0e3

Please sign in to comment.