Update test command (#1840)

This commit is contained in:
Joseph T. Lyons
2020-05-18 22:01:27 -04:00
committed by GitHub
parent 3302586379
commit 76b170cea0

View File

@ -24,5 +24,5 @@ cargo build
Run tests with:
```shell
cargo test --all --features=stable,test-bins
cargo test --all --features=stable
```