add --test-threads=1

This commit is contained in:
Hou Xiaoxuan
2023-12-24 21:54:05 +08:00
committed by GitHub
parent f0ed4e4a25
commit 6c23b20148

View File

@@ -19,4 +19,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose -- --test-threads=1