Try test threads: 1

This commit is contained in:
veeso 2021-02-27 20:30:50 +01:00
parent e21bfbbd14
commit ca1aa5675a
2 changed files with 2 additions and 2 deletions

View file

@ -14,6 +14,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose -- --test-threads 1
- name: Clippy
run: cargo clippy

View file

@ -14,6 +14,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose -- --test-threads 1
- name: Clippy
run: cargo clippy