Skip to content

Commit

Permalink
ci: fix doctest job
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jun 11, 2024
1 parent d15572b commit 2f1d1da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ jobs:
with:
toolchain: nightly

- name: Install just
uses: taiki-e/[email protected]
with:
tool: just

- name: Test docs
run: just test-docs

Expand Down

0 comments on commit 2f1d1da

Please sign in to comment.