mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
fix: testing workflow
This commit is contained in:
parent
bf739d8367
commit
2daec9cc9c
1 changed files with 0 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -117,7 +117,6 @@ jobs:
|
|||
cargo build --release -p tinymist --target ${{ matrix.rust-target }}
|
||||
if: startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true'
|
||||
- name: Test tinymist
|
||||
shell: pwsh
|
||||
run: |
|
||||
cargo test --release --workspace --target ${{ matrix.rust-target }}
|
||||
if: (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true') && (matrix.platform == 'linux')
|
||||
|
|
@ -212,7 +211,6 @@ jobs:
|
|||
run: |
|
||||
cargo build --release -p tinymist --target $RUST_TARGET
|
||||
- name: Test tinymist
|
||||
shell: pwsh
|
||||
run: |
|
||||
cargo test --release --workspace --target ${{ matrix.rust-target }}
|
||||
if: startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue