mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-13 01:41:00 +00:00
Do not build the book during test (#432)
Avoid spurious changes in the build output directory.
This commit is contained in:
@@ -25,9 +25,12 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with: { fetch-depth: 0 }
|
with: { fetch-depth: 0 }
|
||||||
|
|
||||||
- name: Install mdBook
|
- name: Install and test the mdBook
|
||||||
run: make test-book
|
run: make test-book
|
||||||
|
|
||||||
|
- name: Build book
|
||||||
|
run: mdbook build book
|
||||||
|
|
||||||
- name: Build book to tmp
|
- name: Build book to tmp
|
||||||
run: mdbook build book -d docs-tmp
|
run: mdbook build book -d docs-tmp
|
||||||
|
|
||||||
|
|||||||
@@ -92,7 +92,6 @@ test-llvm-builder:
|
|||||||
test-book:
|
test-book:
|
||||||
cargo install mdbook --version 0.5.1 --locked
|
cargo install mdbook --version 0.5.1 --locked
|
||||||
mdbook test book
|
mdbook test book
|
||||||
mdbook build book
|
|
||||||
|
|
||||||
bench: install-bin
|
bench: install-bin
|
||||||
cargo criterion --all --all-features --message-format=json \
|
cargo criterion --all --all-features --message-format=json \
|
||||||
|
|||||||
Reference in New Issue
Block a user