Skip to content

Commit

Permalink
Enable tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols committed May 5, 2023
1 parent f32658c commit 9f21ff6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
run: |
nix develop .#${{ matrix.package }} --command make
- name: Run tests in development Shell
run: |
nix develop .#${{ matrix.package }} --command make tests
- name: Build documentation in development Shell
run: |
nix develop .#${{ matrix.package }} --command make doc
Expand Down

0 comments on commit 9f21ff6

Please sign in to comment.