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 ef3e9c6 commit 78608a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
components: llvm-tools, rustc-dev
- run: cargo test --all-features --release --tests
- uses: actions/upload-artifact@v4
with:
name: Cargo.lock
path: Cargo.lock

build:
name: ${{matrix.name || format('Rust {0}', matrix.rust)}}
Expand Down

0 comments on commit 78608a3

Please sign in to comment.