Skip to content

Commit

Permalink
create unit-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMelton committed Oct 4, 2024
1 parent 1db73dc commit c1ecb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run tests
run: |
poetry run pytest unit_tests/ --maxfail=5 --disable-warnings # Run tests inside Poetry's virtual environment
poetry run pytest unit_tests/ --maxfail=5 --disable-warnings -v --tb=short # Add verbose and short traceback options
- name: Publish test results
if: failure()
Expand Down

0 comments on commit c1ecb8c

Please sign in to comment.