Skip to content

Commit

Permalink
chore(CI): run ignored tests
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller committed Jun 24, 2024
1 parent 5ceadfd commit 16d2ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: ./scripts/install-ci-deps
- name: nextest
run: cargo nextest run
run: cargo nextest run --run-ignored all
- name: doctest
run: cargo test --doc
- name: Archive rendered books
Expand Down

0 comments on commit 16d2ab7

Please sign in to comment.