mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
fix: testing workflow again...
This commit is contained in:
parent
c0ac418e87
commit
e4148ef51e
1 changed files with 1 additions and 5 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue