Skip to content

Commit 41e68d9

Browse files
committed
run only test module to speed up build.
1 parent 3af5848 commit 41e68d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ jobs:
192192
-W "ignore:'U' mode::docutils.io" \
193193
-W "ignore:unclosed:ResourceWarning:roundup.roundup.demo" \
194194
-W "ignore:unclosed file:ResourceWarning:enum" \
195-
-v test/ --cov=roundup
195+
-v test/test_actions.py --cov=roundup
196196
coverage lcov
197197
else
198198
# python2 case
199-
pytest -v -r a test/ --cov=roundup
199+
pytest -v -r a test/test_actions.py --cov=roundup
200200
fi
201201
202202
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)