Fix pytest command line argument typo

This commit is contained in:
Sean Whalen
2026-05-19 21:17:47 -04:00
committed by GitHub
parent c5b2fcec54
commit 2d3e896f6d
+1 -1
View File
@@ -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 .