Remove use of --test-threads=1

This commit is contained in:
Dheepak Krishnamurthy 2021-02-20 03:24:46 -07:00
parent 38099e421b
commit 13e4cf29fe
2 changed files with 14 additions and 11 deletions

View file

@ -41,7 +41,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --all -- --test-threads=1
args: --all
fmt:
name: Rustfmt