Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 6cc0d3f

Browse files
committed
Upload CI Cargo.lock for reproducing failures
1 parent 3ad6d22 commit 6cc0d3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
3636
if: matrix.rust == 'nightly'
3737
- run: cargo test
38+
- uses: actions/upload-artifact@v4
39+
if: matrix.rust == 'nightly' && always()
40+
with:
41+
name: Cargo.lock
42+
path: Cargo.lock
3843

3944
msrv:
4045
name: Rust 1.31.0

0 commit comments

Comments
 (0)