diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ac88a8..460ffd6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,19 +19,11 @@ jobs: - "1.70" - stable - nightly - cargo-update: - - true - include: - - rust: stable - cargo-update: false steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust }} - - name: Update - if: matrix.cargo-update - run: cargo update - name: Build run: cargo build - name: Test