Skip to content

Commit

Permalink
test installation of this module in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Feb 21, 2024
1 parent f1689b0 commit c942523
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
zef install --deps-only .
zef install --/test App::Prove6
- name: Run Tests
run: prove6 -I. t
run: |
prove6 -I. t
zef install .

0 comments on commit c942523

Please sign in to comment.