Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jan 16, 2025
1 parent e464053 commit 03516f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- run: cpanm --installdeps -n -f Mail::SPF Mail::DMARC GeoIP2 ClamAV::Client Redis Devel::Cover

- name: Run tests
with:
env: HARNESS_PERL_SWITCHES: '-MDevel::Cover=+ignore,^t/'
env:
HARNESS_PERL_SWITCHES: '-MDevel::Cover=+ignore,^t/'
run: prove -lrv t

- name: Coveralls
Expand Down

0 comments on commit 03516f2

Please sign in to comment.