fix: testing workflow again...

This commit is contained in:
Myriad-Dreamin 2024-03-27 11:12:33 +08:00
parent c0ac418e87
commit e4148ef51e

View file

@ -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