Skip to content

Commit

Permalink
Fix Windows tests; standardize on zef
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Jan 1, 2025
1 parent 8fabc44 commit 9ff9a8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ jobs:
raku-version: ${{ matrix.raku-version }}
- name: Install Dependencies
run: zef install --/test --test-depends --deps-only .
- name: Install App::Prove6
run: zef install --/test App::Prove6
- name: Run Tests
run: prove6 -I. t
run: zef --verbose test .
4 changes: 1 addition & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ jobs:
raku-version: ${{ matrix.raku-version }}
- name: Install Dependencies
run: zef install --/test --test-depends --deps-only .
- name: Install App::Prove6
run: zef install --/test App::Prove6
- name: Run Tests
run: prove6 -I. t
run: zef --verbose test .
5 changes: 1 addition & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ jobs:
- name: Install Dependencies
run: zef install --/test --test-depends --deps-only .
- name: Run Tests
run: |
raku -I. t/1-basic.t
raku -I. t/2-module-list.t
raku -I. t/3-os-info.t
run: zef --verbose test .

0 comments on commit 9ff9a8c

Please sign in to comment.