Do not build the book during test (#432)

Avoid spurious changes in the build output directory.
This commit is contained in:
xermicus
2025-12-15 14:16:03 +01:00
committed by GitHub
parent e568a924ae
commit 91bd1b0b4e
2 changed files with 4 additions and 2 deletions
+4 -1
View File
@@ -25,9 +25,12 @@ jobs:
- uses: actions/checkout@v4
with: { fetch-depth: 0 }
- name: Install mdBook
- name: Install and test the mdBook
run: make test-book
- name: Build book
run: mdbook build book
- name: Build book to tmp
run: mdbook build book -d docs-tmp
-1
View File
@@ -92,7 +92,6 @@ test-llvm-builder:
test-book:
cargo install mdbook --version 0.5.1 --locked
mdbook test book
mdbook build book
bench: install-bin
cargo criterion --all --all-features --message-format=json \