diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 1240b1f1..f4d93f12 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -52,11 +52,10 @@ jobs: coverage run tests.py coverage json - name: Test sample DMARC reports - continue-on-error: true run: | pip install -e . parsedmarc --debug -c ci.ini samples/aggregate/* - parsedmarc --debug -c ci.ini samples/forensic/*" + parsedmarc --debug -c ci.ini samples/forensic/* - name: Test building packages run: | hatch build