Skip to content

Commit

Permalink
rust.yml add multithreaded test runs -j4/4 -j8/16
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Sep 16, 2022
1 parent 2b15ecb commit 4ebebea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
run: |
set -eux
cargo test -j2 --lib --verbose -- --test-threads=2
cargo test -j4 --lib --verbose -- --test-threads=4
cargo test -j8 --lib --verbose -- --test-threads=8
cargo test -j8 --lib --verbose -- --test-threads=16
- name: Build Documentation
run: cargo doc --locked --release --frozen --no-deps -v
# run code coverage with rust "nightly", upload to codecov.io
Expand Down

0 comments on commit 4ebebea

Please sign in to comment.