Skip to content

Commit

Permalink
Revert to full tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jun 23, 2021
1 parent 4dda108 commit b556dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Test the code
run: |
coverage run --concurrency=multiprocessing -m unittest tests/test_cosmo_rates.py
coverage run --concurrency=multiprocessing -m unittest discover tests/
coverage combine
- name: Run Coveralls
Expand Down

0 comments on commit b556dad

Please sign in to comment.