add test threads 1 of ci test

This commit is contained in:
kazuminn
2022-09-18 18:48:08 +09:00
parent 9c7fa0416d
commit 53f232657d

View File

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