Skip to content

Commit

Permalink
chore(release): run ignored tests to render example books for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller committed Jul 10, 2024
1 parent d519fd9 commit 81d1675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cargo-dist-render-books
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

cargo nextest run
cargo nextest run --run-ignored ignored-only

cp books/cargo/src/doc/book/pdf/book.pdf rendered-cargo-book.pdf
cp books/mdBook/guide/book/pdf/book.pdf rendered-mdBook-guide.pdf
Expand Down

0 comments on commit 81d1675

Please sign in to comment.