Merge pull request #5 from comit-network/fix-ci

Run CI tests on one thread
This commit is contained in:
Philipp Hoenisch 2020-10-08 15:51:22 +11:00 committed by GitHub
commit 3b0b722d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,4 +74,4 @@ jobs:
run: cargo check --workspace --all-targets --all-features
- name: Cargo test
run: cargo test --workspace --all-features
run: cargo test --workspace --all-features -- --test-threads 1