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:
parent
f93393c7fd
commit
a64572f7c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue