Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Mar 26, 2024
1 parent c73a88c commit ff90ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: cargo check-all-features

- name: Check docs
run: cargo +nightly doc --no-deps
run: cargo +nightly doc --all-features --no-deps

- name: Check all examples
run: cargo check --example '*'
Expand Down

0 comments on commit ff90ece

Please sign in to comment.