Skip to content

Commit

Permalink
ci: test book with features
Browse files Browse the repository at this point in the history
  • Loading branch information
muzarski committed Apr 25, 2024
1 parent 7a0d3c9 commit 6dac531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install mdbook
run: cargo install mdbook --no-default-features
- name: Build the project
run: cargo build --verbose --examples
run: cargo build --verbose --examples --features "full-serialization"
- name: Build the book
run: mdbook build docs
- name: Run book tests
Expand Down

0 comments on commit 6dac531

Please sign in to comment.