Skip to content

Commit b556dad

Browse files
committed
Revert to full tests.
1 parent 4dda108 commit b556dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Runs a set of commands using the runners shell
4949
- name: Test the code
5050
run: |
51-
coverage run --concurrency=multiprocessing -m unittest tests/test_cosmo_rates.py
51+
coverage run --concurrency=multiprocessing -m unittest discover tests/
5252
coverage combine
5353
5454
- name: Run Coveralls

0 commit comments

Comments
 (0)