Skip to content

Commit

Permalink
chore(*): finalize SCC 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwwvwwv committed Jan 3, 2024
1 parent 5b2a4be commit 45106fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/scc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,14 @@ jobs:
- name: Lint
run:
cargo clippy --all;
cargo +nightly clippy --all;
cargo clippy -p examples --all;
cargo +nightly clippy -p examples --all
- name: Examples
run:
RUST_BACKTRACE=1 cargo test --release -p examples -- --nocapture;
RUST_BACKTRACE=1 cargo test --target i686-unknown-linux-gnu --release -p examples -- --nocapture
- name: Doc
run:
cargo doc --document-private-items;
cargo +nightly doc --document-private-items
- name: Serde
run:
cargo test serde --verbose --features serde;
Expand Down

0 comments on commit 45106fe

Please sign in to comment.