We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48de8c commit 12ca44dCopy full SHA for 12ca44d
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: Swatinem/rust-cache@v2
32
33
- name: Build
34
- run: cargo build --locked --manifest-path iKeySort/Cargo.toml ${{ matrix.feature_mode.features }}
+ run: cargo build --manifest-path iKeySort/Cargo.toml ${{ matrix.feature_mode.features }}
35
36
- name: Test
37
- run: cargo test --locked --manifest-path iKeySort/Cargo.toml ${{ matrix.feature_mode.features }}
+ run: cargo test --manifest-path iKeySort/Cargo.toml ${{ matrix.feature_mode.features }}
0 commit comments