File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - uses : dtolnay/rust-toolchain@stable
2121 with :
2222 targets : x86_64-unknown-linux-gnu, x86_64-pc-windows-msvc
23+ components : clippy, rustfmt
2324 - uses : Swatinem/rust-cache@v2
2425 - run : cargo fmt --check -- --color=always
2526 - run : cargo fmt --check --manifest-path fuzz/Cargo.toml
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v5
2121 - uses : dtolnay/rust-toolchain@stable
22+ with :
23+ components : rustfmt
2224 - uses : Swatinem/rust-cache@v2
2325 - run : cargo test ${{ env.ALL_NON_EXCLUSIVE_FEATURES }} --color=always -- --color=always
2426
5254 - uses : dtolnay/rust-toolchain@master
5355 with :
5456 toolchain : ${{ matrix.rust_version }}
57+ components : rustfmt
5558 - uses : Swatinem/rust-cache@v2
5659 - run : cargo check --manifest-path bench/Cargo.toml --benches
5760 - run : cargo check --manifest-path fuzz/Cargo.toml --all-targets
6871 steps :
6972 - uses : actions/checkout@v5
7073 - uses : dtolnay/rust-toolchain@stable
74+ with :
75+ components : rustfmt
7176 - uses : taiki-e/install-action@cargo-hack
7277 - uses : Swatinem/rust-cache@v2
7378 - run : |
@@ -130,6 +135,7 @@ jobs:
130135 - uses : dtolnay/rust-toolchain@stable
131136 with :
132137 targets : wasm32-unknown-unknown
138+ components : rustfmt
133139 - uses : Swatinem/rust-cache@v2
134140 - uses : actions/setup-node@v5
135141 - uses : jetli/wasm-pack-action@v0.4.0
You can’t perform that action at this time.
0 commit comments