Skip to content

Commit a94856e

Browse files
committed
ci: run check/clippy on examples
1 parent bb13f64 commit a94856e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Run cargo check
19-
run: cargo check --benches --tests --all-features
19+
run: cargo check --benches --tests --examples --all-features
2020
- 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
21+
run: cargo clippy --benches --tests --examples --all-features -- -D warnings -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used --no-deps
2222
- name: Run cargo fmt
2323
run: cargo fmt --check
2424
- name: Run cargo doc

0 commit comments

Comments
 (0)