diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a60d74cf..37ccfde9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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