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 - 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

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