File tree Expand file tree Collapse file tree 4 files changed +144
-5
lines changed
Expand file tree Collapse file tree 4 files changed +144
-5
lines changed Original file line number Diff line number Diff line change 8989 - name : Install nightly
9090 uses : dtolnay/rust-toolchain@nightly
9191 - name : cargo doc
92- run : cargo doc --no-deps --all-features
92+ run : cargo doc --no-deps --all-features --locked
9393 env :
9494 RUSTDOCFLAGS : --cfg docsrs
9595
@@ -109,7 +109,7 @@ jobs:
109109 # intentionally no target specifier; see https://github.com/jonhoo/rust-ci-conf/pull/4
110110 # --feature-powerset runs for every combination of features
111111 - name : cargo hack
112- run : cargo hack --feature-powerset check
112+ run : cargo hack --feature-powerset check --locked
113113
114114 msrv :
115115 # check that we can build using the minimal rust version that is specified by this crate
@@ -139,4 +139,4 @@ jobs:
139139 with :
140140 toolchain : ${{ matrix.msrv }}
141141 - name : cargo +${{ matrix.msrv }} check
142- run : cargo check
142+ run : cargo check --locked
Original file line number Diff line number Diff line change 2727 - name : rustup target add ${{ matrix.target }}
2828 run : rustup target add ${{ matrix.target }}
2929 - name : cargo check
30- run : cargo check --target ${{ matrix.target }} --no-default-features
30+ run : cargo check --target ${{ matrix.target }} --no-default-features --locked
Original file line number Diff line number Diff line change 11/target
2- Cargo.lock
You can’t perform that action at this time.
0 commit comments