From 9450692506a9dc759d05bb1d9c0304d86c8e7b6d Mon Sep 17 00:00:00 2001 From: Jumaru Date: Thu, 2 Nov 2023 11:37:42 +0200 Subject: [PATCH] fix(ci): :bug: Do not run tests in this action. Tests have dedicated action --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec88a59..969aa3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,10 +17,6 @@ jobs: - uses: actions/checkout@v4 - name: Setup Rust uses: actions-rust-lang/setup-rust-toolchain@v1 - - name: Test - if: matrix.os == 'ubuntu-latest' - run: | - cargo test - name: Build run: | cargo build --release