We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb13f64 commit a94856eCopy full SHA for a94856e
1 file changed
.github/workflows/test.yml
@@ -16,9 +16,9 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- name: Run cargo check
19
- run: cargo check --benches --tests --all-features
+ run: cargo check --benches --tests --examples --all-features
20
- name: Run cargo clippy
21
- run: cargo clippy --benches --tests --all-features -- -D warnings -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used --no-deps
+ run: cargo clippy --benches --tests --examples --all-features -- -D warnings -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used --no-deps
22
- name: Run cargo fmt
23
run: cargo fmt --check
24
- name: Run cargo doc
0 commit comments