Merge pull request #2022 from ehuss/ci-locked

Make sure CI runs with --locked
This commit is contained in:
Eric Huss 2023-02-13 07:51:26 -08:00 committed by GitHub
commit a43b5b69ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: Install Rust
run: bash ci/install-rust.sh ${{ matrix.rust }}
- name: Build and run tests
run: cargo test
run: cargo test --locked
- name: Test no default
run: cargo test --no-default-features