mirror of
https://github.com/drewcassidy/yaclog.git
synced 2024-09-01 14:58:58 +00:00
Use correct test runner
This commit is contained in:
parent
336421078c
commit
73a331f3e5
4
.github/workflows/python-publish.yml
vendored
4
.github/workflows/python-publish.yml
vendored
@ -31,8 +31,8 @@ jobs:
|
||||
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
|
||||
- name: Test with nose
|
||||
run: nosetests tests -d
|
||||
- name: Run unit tests
|
||||
run: python -m unittest -v
|
||||
|
||||
deploy:
|
||||
needs: test
|
||||
|
Loading…
Reference in New Issue
Block a user