added rust_tests_thread = 1 in ci

This commit is contained in:
DastInDark
2022-09-21 22:21:52 +09:00
parent 784f02ee5c
commit 4559d9c687

View File

@@ -48,7 +48,7 @@ jobs:
- name: i686-windows(msvc) Build
run: cargo check --verbose --target i686-pc-windows-msvc
- name: Run tests
# env:
# RUST_TESTS_THREADS: 1
env:
RUST_TESTS_THREADS: 1
run: cargo test --verbose