Skip to content

Commit

Permalink
ci: Call docs test via top makefile
Browse files Browse the repository at this point in the history
Doing it this way will catch any errors with generating doc prereqs (like the cmd/cell references).
  • Loading branch information
KrystalDelusion committed May 2, 2024
1 parent 9295daa commit 4b6286b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Run tests
shell: bash
run: |
make -C docs test -j${{ env.procs }}
make docs DOC_TARGET=test -j${{ env.procs }}

0 comments on commit 4b6286b

Please sign in to comment.