Macos test thread (?)

This commit is contained in:
ChristianVisintin
2021-01-16 17:27:07 +01:00
parent 1acbf89717
commit cb20589b01

View File

@@ -14,6 +14,6 @@ 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
- name: Clippy - name: Clippy
run: cargo clippy run: cargo clippy