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 1a6cfac commit a665cc4
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 @@ -28,6 +28,11 @@ jobs:
- name: Enable type layout randomization
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
- run: cargo test
- uses: actions/upload-artifact@v4
if: always()
with:
name: Cargo.lock
path: Cargo.lock

test:
name: Rust ${{matrix.rust}}
Expand Down

0 comments on commit a665cc4

Please sign in to comment.