Add more tests

This commit is contained in:
Dheepak Krishnamurthy 2021-02-18 00:00:11 -07:00
parent 4da96f4864
commit 6c336c472f
4 changed files with 276 additions and 31 deletions

View file

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