mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-20 10:55:24 +00:00
Fix pytest command line argument typo
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
pip install .[build]
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
pytest --cov --cov-report=xml -junitxml=junit.xml -o junit_family=legacy tests.py
|
||||
pytest --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy tests.py
|
||||
- name: Test sample DMARC reports
|
||||
run: |
|
||||
pip install -e .
|
||||
|
||||
Reference in New Issue
Block a user