diff --git a/.github/workflows/test-rust.yml b/.github/workflows/test-rust.yml index f06cbd718..2a5597b27 100644 --- a/.github/workflows/test-rust.yml +++ b/.github/workflows/test-rust.yml @@ -246,22 +246,10 @@ jobs: with: key: cache-${{ matrix.package }}-${{ matrix.platform.target }} - - run: cargo fetch - - name: install cross if: ${{ matrix.platform.runner == 'cross' }} run: cargo +stable install cross --git https://github.com/cross-rs/cross - - name: test ${{ matrix.package }} - if: matrix.package == 'tauri-plugin-secure-storage' - run: ${{ matrix.platform.runner }} ${{ matrix.platform.command }} --package ${{ matrix.package }} --target ${{ matrix.platform.target }} --all-targets - - - run: rm -rf plugins/secure-storage - - - uses: dtolnay/rust-toolchain@1.77.2 - with: - targets: ${{ matrix.platform.target }} - - name: test ${{ matrix.package }} if: matrix.package != 'tauri-plugin-http' && matrix.package != 'tauri-plugin-secure-storage' run: ${{ matrix.platform.runner }} ${{ matrix.platform.command }} --package ${{ matrix.package }} --target ${{ matrix.platform.target }} --all-targets --all-features