File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,22 +66,22 @@ jobs:
6666 # TODO: rustup target add aarch64-unknown-linux-gnu
6767 # Linting tools
6868 cargo install cargo-shear
69- cargo fetch --locked
69+ cargo fetch
7070
7171 - name : Build
7272 id : build
7373 if : always()
74- run : cargo build --profile ${{ env.build-type }} --locked
74+ run : cargo build --profile ${{ env.build-type }}
7575
7676 - name : Tests
7777 id : tests
7878 if : always()
79- run : cargo test --profile ${{ env.build-type }} --locked
79+ run : cargo test --profile ${{ env.build-type }}
8080
8181 - name : Clippy
8282 id : clippy
8383 if : always()
84- run : cargo clippy --profile ${{ env.build-type }} --no-deps --locked -- --deny warnings
84+ run : cargo clippy --profile ${{ env.build-type }} --no-deps -- --deny warnings
8585
8686 - name : Format
8787 id : format
9393 if : always()
9494 env :
9595 CARGO_BUILD_RUSTDOCFLAGS : " --deny warnings"
96- run : cargo doc --profile ${{ env.build-type }} --document-private-items --no-deps --locked
96+ run : cargo doc --profile ${{ env.build-type }} --document-private-items --no-deps
9797
9898 - name : Shear
9999 if : always()
You can’t perform that action at this time.
0 commit comments