Skip to content

Commit

Permalink
Upload CI Cargo.lock for reproducing failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 25, 2024
1 parent ec62e31 commit a254291
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a254291

Please sign in to comment.