mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-02-02 17:59:29 +08:00
add --test-threads=1
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -19,4 +19,4 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose -- --test-threads=1
|
||||||
|
|||||||
Reference in New Issue
Block a user