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

Run CI tests on one thread
pull/7/head
Philipp Hoenisch 4 years ago committed by GitHub
commit 3b0b722d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save