Skip to content

Commit 4c0e031

Browse files
committed
Only run one test
1 parent 8b6d363 commit 4c0e031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
conda init
4242
conda activate hiperseis
4343
pip install -r tests/requirements.txt
44-
pytest --cov --cov-report=xml ./tests
44+
pytest --cov --cov-report=xml ./tests/test_config.py
4545
- name: Upload coverage reports to Codecov
4646
uses: codecov/codecov-action@main
4747
with:

0 commit comments

Comments
 (0)