Upload CI Cargo.lock for reproducing failures

This commit is contained in:
David Tolnay 2024-08-25 12:12:20 -07:00
parent ec62e3142a
commit a254291b7d
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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