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