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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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