Skip to content

Commit dec1c8e

Browse files
committed
update tests.yml
1 parent 0932397 commit dec1c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
attempt_limit: 10
3333
attempt_delay: 10000
3434
- name: Run tests on package
35-
run: pytest --cov-branch --cov-report=term-missing --cov=academic_tracker -rP -k test_pmid_reference_underscore_ref_search tests/
35+
run: pytest --cov-branch --cov-report=term-missing --cov=academic_tracker -rP tests/
3636
# - name: Debug with tmate on failure
3737
# if: ${{ failure() }}
3838
# uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)