mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Skip cargo test in most CI jobs
This commit is contained in:
parent
db00234ff5
commit
d9bf9ec500
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -65,6 +65,7 @@ jobs:
|
|||
- run: cargo test
|
||||
env:
|
||||
RUSTFLAGS: ${{env.RUSTFLAGS}} ${{matrix.rust == 'nightly' && '--cfg exhaustive' || ''}}
|
||||
if: matrix.os == 'ubuntu' && matrix.rust == 'nightly'
|
||||
|
||||
clippy:
|
||||
name: Clippy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue