mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Test exhaustiveness of expr match
This commit is contained in:
parent
c78c0956f2
commit
c3f226a5b8
3 changed files with 8 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -54,6 +54,8 @@ jobs:
|
|||
- run: cargo update
|
||||
- run: cargo check
|
||||
- run: cargo test
|
||||
env:
|
||||
RUSTFLAGS: ${{env.RUSTFLAGS}} ${{matrix.rust == 'nightly' && '--cfg exhaustive' || ''}}
|
||||
|
||||
clippy:
|
||||
name: Clippy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue