From df890b1a4bc512ef6e8eb41165861a46a9c35b5a Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 18 Oct 2022 13:50:22 +0200 Subject: [PATCH] update test command in README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0fb6fef6..9be062ee 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,12 @@ ## Tests -```bash -# run all -cargo test --features 'serde','x86-sync-pool' -# run only for example histbuf tests -cargo test histbuf --features 'serde','x86-sync-pool' +``` console +$ # run all +$ cargo test --features serde + +$ # run only for example histbuf tests +$ cargo test histbuf --features serde ``` ## License