From 76b170cea0e7478939bea92b24e79a85ef0b4ba8 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Mon, 18 May 2020 22:01:27 -0400 Subject: [PATCH] Update test command (#1840) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 410b923676..81b460810b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,5 +24,5 @@ cargo build Run tests with: ```shell -cargo test --all --features=stable,test-bins +cargo test --all --features=stable ```