Update test-package.yml

This commit is contained in:
Fabio Caccamo 2022-03-11 11:30:09 +01:00 committed by GitHub
parent e794448b9a
commit bad8818429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 7 deletions

View File

@ -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