Skip to content

Commit

Permalink
dev: test libraries in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Mar 22, 2024
1 parent 8deb42f commit e5c52e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ jobs:
run: |
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 --workspace --target ${{ matrix.rust-target }}
if: startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true'
- name: Rename debug symbols for windows
if: matrix.platform == 'win32' && (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true')
run: |
Expand Down

0 comments on commit e5c52e0

Please sign in to comment.