Show example of using a flag to a cargo cmd

This commit is contained in:
David Tolnay 2020-05-02 13:52:32 -07:00
parent f93393c7fd
commit a64572f7c8
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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