Make sure CI runs with --locked

This commit is contained in:
Eric Huss 2023-02-13 07:43:10 -08:00
parent 112fd4aac3
commit 7abb28cb2e
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