chg: [workflows] For GitHub Actions unit tests are done with nose2.

This commit is contained in:
Cédric Bonhomme 2022-11-20 00:39:02 +01:00
parent 298acb7d57
commit a67793e7a2
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Test with pytest
run: |
poetry run pytest
poetry run nose2 -v --pretty-assert
env:
testing: actions