mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Upload CI Cargo.lock for reproducing failures
This commit is contained in:
parent
ec62e3142a
commit
a254291b7d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -52,6 +52,11 @@ jobs:
|
|||
if: matrix.os == 'ubuntu' && matrix.rust == 'nightly'
|
||||
- run: cargo run -- expand --manifest-path tests/Cargo.toml > expand.rs && diff tests/lib.expand.rs expand.rs
|
||||
if: startsWith(matrix.rust, 'nightly')
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: matrix.os == 'ubunut' && matrix.rust == 'nightly' && always()
|
||||
with:
|
||||
name: Cargo.lock
|
||||
path: Cargo.lock
|
||||
|
||||
clippy:
|
||||
name: Clippy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue