Skip to content

Commit

Permalink
build:Maybe better Win64 actions spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Jul 30, 2024
1 parent 50aae7e commit b98126e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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 build . --verbose
zef test . --verbose

0 comments on commit b98126e

Please sign in to comment.