Skip to content

Commit c1e2af0

Browse files
chfwgithub-actions[bot]
authored andcommitted
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent 661e367 commit c1e2af0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: test
3030
run: |
3131
pip freeze
32-
nosetests --verbosity=3 --with-coverage --cover-package pyexcel_xlsxr --cover-package tests tests --with-doctest --doctest-extension=.rst README.rst pyexcel_xlsxr
32+
make test
33+
3334
- name: Upload coverage
3435
uses: codecov/codecov-action@v1
3536
with:

0 commit comments

Comments
 (0)