Skip to content

Commit

Permalink
install test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Jun 2, 2023
1 parent fa8cf38 commit 26b5abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install Dependencies
run: |
zef install --/test --deps-only .
zef install --/test --depends --build-depends --test-depends .
zef install --/test App::Prove6
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install Dependencies
run: |
zef install --/test --debug --deps-only .
zef install --/test --depends --build-depends --test-depends .
zef install --/test App::Prove6
- name: Run Tests
Expand Down

0 comments on commit 26b5abf

Please sign in to comment.