@@ -146,10 +146,6 @@ jobs:
146
146
cp "target/${{ matrix.rust-target }}/gh-release/tinymist$(If ('${{ matrix.platform }}' -eq 'win32') { '.exe' } else { '' } )" "editors/vscode/out/"
147
147
cp "target/${{ matrix.rust-target }}/gh-release/tinymist$(If ('${{ matrix.platform }}' -eq 'win32') { '.exe' } else { '' } )" "contrib/typst-preview/editors/vscode/out/"
148
148
cp "target/${{ matrix.rust-target }}/gh-release/tinymist$(If ('${{ matrix.platform }}' -eq 'win32') { '.exe' } else { '' } )" "tinymist-${{ env.target }}$(If ('${{ matrix.platform }}' -eq 'win32') { '.exe' } else { '' } )"
149
- - name : Test tinymist
150
- run : |
151
- cargo test --profile=gh-release --workspace --target ${{ matrix.rust-target }}
152
- if : (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true') && (matrix.platform == 'linux') && (matrix.arch == 'x64')
153
149
- name : Upload split debug symbols for windows
154
150
if : matrix.platform == 'win32' && (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true')
155
151
uses : actions/upload-artifact@v4
@@ -213,9 +209,9 @@ jobs:
213
209
steps :
214
210
- name : Install dependencies
215
211
run : apk add --no-cache git clang lld musl-dev nodejs npm yarn binutils
216
- - name : Checkout repository
217
- uses : actions/checkout@v4
212
+ - uses : actions/checkout@v4
218
213
with :
214
+ repository : Myriad-Dreamin/tinymist
219
215
submodules : recursive
220
216
- name : Run rust-cache
221
217
uses : Swatinem/rust-cache@v2
@@ -282,6 +278,7 @@ jobs:
282
278
steps :
283
279
- uses : actions/checkout@v4
284
280
with :
281
+ repository : Myriad-Dreamin/tinymist
285
282
submodules : recursive
286
283
- uses : actions/download-artifact@v4
287
284
with :
0 commit comments