Merge branch 'main' into 703-add-various-os-builds-to-ci-tests

This commit is contained in:
DastInDark
2022-09-22 13:20:51 +09:00
3 changed files with 8 additions and 4 deletions

View File

@@ -47,5 +47,4 @@ jobs:
- name: i686-windows(msvc) Build
run: cargo check --verbose --target i686-pc-windows-msvc
- name: Run tests
run: cargo test --verbose
run: RUST_TEST_THREADS=1 cargo test --verbose