0
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2025-05-31 22:53:35 +03:00

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