File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ jobs:
6565 - uses : Swatinem/rust-cache@v2
6666 - uses : taiki-e/install-action@cargo-hack
6767 - name : Default features
68- run : cargo hack check --rust-version --ignore-private --workspace --all-targets
68+ run : cargo hack check --locked -- rust-version --ignore-private --workspace --all-targets
6969 - name : All features
70- run : cargo hack check --rust-version --ignore-private --workspace --all-targets --all-features
70+ run : cargo hack check --locked -- rust-version --ignore-private --workspace --all-targets --all-features
7171 - name : No-default features
72- run : cargo hack check --rust-version --ignore-private --workspace --all-targets --no-default-features
72+ run : cargo hack check --locked -- rust-version --ignore-private --workspace --all-targets --no-default-features
7373 lockfile :
7474 runs-on : ubuntu-latest
7575 steps :
You can’t perform that action at this time.
0 commit comments