From 7d4fee8f9cd2266dc9671b045069e99956acf2f3 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 5 Oct 2022 11:51:53 +0200 Subject: [PATCH] Remove tests from release workflow --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd25ed6a..f2058232 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,14 +110,6 @@ jobs: if: "matrix.cross" run: cargo install cross --git https://github.com/cross-rs/cross.git --rev 47df5c76e7cba682823a0b6aa6d95c17b31ba63a - - name: Run cargo test - uses: actions-rs/cargo@v1 - if: "!matrix.skip_tests" - with: - use-cross: ${{ matrix.cross }} - command: test - args: --release --locked --target ${{ matrix.target }} --workspace - - name: Set profile.release.strip = true shell: bash run: |