diff options
author | faineance <faineance@users.noreply.github.com> | 2017-02-09 22:23:04 +0000 |
---|---|---|
committer | faineance <faineance@users.noreply.github.com> | 2017-02-09 22:23:04 +0000 |
commit | 979452b7b89653b7373b668eff8ebfc7c8dc5953 (patch) | |
tree | 24be8bea7572c355efea51fca5d031f7bfbcaa55 | |
parent | 5e34f0ab9b27bb6e8c43ccaf507614b3bb45bf63 (diff) |
test command in contributing
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a42bec24..37208426 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,7 +90,7 @@ Run `cargo test` to compare generated Rust bindings to the expectations. ### Running All Tests ``` -$ cargo test +$ cargo test --all-features ``` ### Authoring New Tests |