Refactor using async-std

This commit is contained in:
Dheepak Krishnamurthy 2021-03-30 18:48:15 -06:00
parent 6df2aba770
commit 979e886a29
7 changed files with 919 additions and 162 deletions

View file

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