From e4148ef51e3b2d12a935cc043463ef79ea4809cd Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Wed, 27 Mar 2024 11:12:33 +0800 Subject: [PATCH] fix: testing workflow again... --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28beb37cc..e9cea64c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: - name: Test tinymist run: | cargo test --release --workspace --target ${{ matrix.rust-target }} - if: (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true') && (matrix.platform == 'linux') + if: (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true') && (matrix.platform == 'linux') && (matrix.arch == 'x64') - name: Rename debug symbols for windows if: matrix.platform == 'win32' && (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true') run: | @@ -210,10 +210,6 @@ jobs: - name: Build tinymist binary run: | cargo build --release -p tinymist --target $RUST_TARGET - - name: Test tinymist - run: | - cargo test --release --workspace --target ${{ matrix.rust-target }} - if: startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true' - name: Split debug symbols run: | cd target/$RUST_TARGET/release