Skip to content

Commit

Permalink
ci: Don't include book in MSRV check (#2304)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Reidel <[email protected]>
  • Loading branch information
Gelbpunkt authored Dec 30, 2023
1 parent 20d3e29 commit 38d4068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Add problem matchers
run: echo "::add-matcher::.github/rust.json"

- run: cargo check --all-features --all-targets
- run: cargo check --all-features --workspace --exclude book

# Check documentation
build-docs:
Expand Down

0 comments on commit 38d4068

Please sign in to comment.