Update test-package.yml
This commit is contained in:
parent
e794448b9a
commit
bad8818429
|
@ -6,8 +6,11 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -30,12 +33,6 @@ jobs:
|
|||
pip install -r requirements.txt
|
||||
pip install -r requirements-test.txt
|
||||
|
||||
# # fails on python 2.7
|
||||
# - name: Run tests
|
||||
# run: |
|
||||
# coverage run --append -m unittest
|
||||
# coverage xml -o ./coverage.xml
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
coverage run --append --source=benedict setup.py test
|
||||
|
|
Loading…
Reference in New Issue