File tree Expand file tree Collapse file tree 3 files changed +1662
-6
lines changed
Expand file tree Collapse file tree 3 files changed +1662
-6
lines changed Original file line number Diff line number Diff line change 2626 - uses : dtolnay/rust-toolchain@master
2727 with :
2828 toolchain : ${{ matrix.rust }}
29- - run : cargo check --all-targets
30- - run : cargo test --all-features -- --nocapture
29+ - run : cargo check --locked -- all-targets
30+ - run : cargo test --locked -- all-features -- --nocapture
3131
3232 msrv :
3333 runs-on : ubuntu-latest
3737 - uses : dtolnay/rust-toolchain@master
3838 with :
3939 toolchain : 1.75.0
40- - run : cargo test -p bb8
40+ - run : cargo test -p bb8 --locked
4141
4242 lint :
4343 runs-on : ubuntu-latest
4747 with :
4848 components : rustfmt, clippy
4949 - run : cargo fmt -- --check
50- - run : cargo clippy --all-features --all-targets -- -D warnings
50+ - run : cargo clippy --locked -- all-features --all-targets -- -D warnings
5151
5252 audit :
5353 runs-on : ubuntu-latest
6666 - name : Install cargo-llvm-cov
6767 uses : taiki-e/install-action@cargo-llvm-cov
6868 - name : Generate code coverage
69- run : cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
69+ run : cargo llvm-cov --locked -- all-features --workspace --lcov --output-path lcov.info
7070 - name : Upload coverage to Codecov
7171 uses : codecov/codecov-action@v5
7272 with :
Original file line number Diff line number Diff line change 11
22/target /
33** /* .rs.bk
4- Cargo.lock
54* ~
65.idea /
You can’t perform that action at this time.
0 commit comments