Skip to content

Commit

Permalink
more random tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Sep 7, 2023
1 parent a2430dd commit 1e43411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
# continue-on-error: true

- name: Run tests 4
run: pytest tardis/montecarlo tardis/simulation ${{ env.PYTEST_FLAGS }}
run: pytest tardis/montecarlo/tests/test_packet_source.py tardis/simulation ${{ env.PYTEST_FLAGS }}
continue-on-error: true

- name: Run tests 2
Expand Down

0 comments on commit 1e43411

Please sign in to comment.