Skip to content

Commit

Permalink
fix: update workflow;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jan 15, 2024
1 parent 7377cbf commit 1ebf09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Test with pytest
run: |
python -m pytest -s --cov=tsdb
python -m pytest -rA tests/test_tsdb.py -s --cov=tsdb
- name: Write the LCOV report
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Test with pytest
run: |
python -m pytest -s --cov=tsdb
python -m pytest -rA tests/test_tsdb.py -s --cov=tsdb
- name: Generate the LCOV report
run: |
Expand Down

0 comments on commit 1ebf09c

Please sign in to comment.