Skip to content

Commit

Permalink
Also build documentation in nix-based CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols committed May 11, 2023
1 parent dcac78b commit 58a0085
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 @@ -308,6 +308,10 @@ jobs:
run: |
nix develop .#${{ matrix.package }} --command make
- name: Build documentation in development Shell
run: |
nix develop .#${{ matrix.package }} --command make doc
- name: Run tests in development Shell
run: |
nix develop .#${{ matrix.package }} --command make check
Expand Down

0 comments on commit 58a0085

Please sign in to comment.