diff --git a/.github/workflows/test-rust.yml b/.github/workflows/test-rust.yml index 6b90788da..f06cbd718 100644 --- a/.github/workflows/test-rust.yml +++ b/.github/workflows/test-rust.yml @@ -254,9 +254,9 @@ jobs: - 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 - rm -rf plugins/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: