Skip to content

Commit

Permalink
Add DBIish to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rawleyfowler authored Mar 14, 2024
1 parent 3e1e4e4 commit d551d01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
raku-version: ${{ matrix.raku-version }}
- name: Install Dependencies
run: zef install --/test --test-depends --deps-only .
- name: Install optional depedendencies
run: zef install --/test DBIish
- name: Install App::Prove6
run: zef install --/test App::Prove6
- name: Run Tests
Expand Down

0 comments on commit d551d01

Please sign in to comment.