Skip to content

Commit

Permalink
Simplify CI testing as there are no dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 26, 2022
1 parent 2e503e8 commit 990aba0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,5 @@ jobs:
- uses: Raku/setup-raku@v1
with:
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 test .

0 comments on commit 990aba0

Please sign in to comment.