mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Merge pull request #215 from dtolnay/ci
Skip cargo test in most CI jobs
This commit is contained in:
commit
7fe6b0203b
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