Skip to content

Commit 12ca44d

Browse files
committed
ci: remove --locked for library workflow
1 parent c48de8c commit 12ca44d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: Swatinem/rust-cache@v2
3232

3333
- name: Build
34-
run: cargo build --locked --manifest-path iKeySort/Cargo.toml ${{ matrix.feature_mode.features }}
34+
run: cargo build --manifest-path iKeySort/Cargo.toml ${{ matrix.feature_mode.features }}
3535

3636
- name: Test
37-
run: cargo test --locked --manifest-path iKeySort/Cargo.toml ${{ matrix.feature_mode.features }}
37+
run: cargo test --manifest-path iKeySort/Cargo.toml ${{ matrix.feature_mode.features }}

0 commit comments

Comments
 (0)