From a64572f7c8770c25e2118c200f0952e6b18c6b8d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 2 May 2020 13:52:32 -0700 Subject: [PATCH] Show example of using a flag to a cargo cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 469a018..3841ca0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: dtolnay/rust-toolchain@stable - - run: cargo test + - run: cargo test --all-features ``` The selection of Rust toolchain is made based on the particular @rev of this