mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08:00
fix(server): ci nextest (#12851)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated testing workflow to use a specific version of the testing tool for improved consistency across jobs. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -734,7 +734,9 @@ jobs:
|
|||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
components: miri
|
components: miri
|
||||||
- name: Install latest nextest release
|
- name: Install latest nextest release
|
||||||
uses: taiki-e/install-action@nextest
|
uses: taiki-e/install-action@v2
|
||||||
|
with:
|
||||||
|
tool: nextest@0.9.98
|
||||||
|
|
||||||
- name: Miri Code Check
|
- name: Miri Code Check
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
@@ -756,7 +758,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- name: Install latest nextest release
|
- name: Install latest nextest release
|
||||||
uses: taiki-e/install-action@nextest
|
uses: taiki-e/install-action@v2
|
||||||
|
with:
|
||||||
|
tool: nextest@0.9.98
|
||||||
|
|
||||||
- name: Loom Thread Test
|
- name: Loom Thread Test
|
||||||
run: |
|
run: |
|
||||||
@@ -855,7 +859,9 @@ jobs:
|
|||||||
no-build: 'true'
|
no-build: 'true'
|
||||||
|
|
||||||
- name: Install latest nextest release
|
- name: Install latest nextest release
|
||||||
uses: taiki-e/install-action@nextest
|
uses: taiki-e/install-action@v2
|
||||||
|
with:
|
||||||
|
tool: nextest@0.9.98
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo nextest run --workspace --exclude affine_server_native --features use-as-lib --release --no-fail-fast
|
run: cargo nextest run --workspace --exclude affine_server_native --features use-as-lib --release --no-fail-fast
|
||||||
|
|||||||
Reference in New Issue
Block a user