Skip to content

Commit

Permalink
Enable AUTOMATED_TESTING at make stage on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 4, 2024
1 parent 9c2770e commit ae85eeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- run:
name: Make Module
command: sudo chown -R circleci . && perl Makefile.PL && make
environment:
AUTOMATED_TESTING: 1
AUTHOR_TESTING: 1
- run:
name: Run tests
environment:
Expand Down

0 comments on commit ae85eeb

Please sign in to comment.