Skip to content

Commit

Permalink
AUTOMATED testing on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jan 9, 2024
1 parent 30cb29c commit f806d8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
sudo ${{ matrix.os.pkginstall }}
curl -L https://cpanmin.us | sudo perl - --notest --installdeps --with-configure --with-develop .
sudo chown -R runner:runner .
perl Makefile.PL
make
prove -wlmb t
AUTOMATED_TESTING=1 perl Makefile.PL
AUTOMATED_TESTING=1 make
AUTOMATED_TESTING=1 prove -wlmb t

0 comments on commit f806d8e

Please sign in to comment.