Skip to content

Commit ab5b5e3

Browse files
committed
Upload CI Cargo.lock for reproducing failures
1 parent 00b3c14 commit ab5b5e3

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
@@ -39,6 +39,11 @@ jobs:
3939
run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=thiserror_nightly_testing >> $GITHUB_ENV
4040
if: matrix.rust == 'nightly'
4141
- run: cargo test --all
42+
- uses: actions/upload-artifact@v4
43+
if: matrix.rust == 'nightly' && always()
44+
with:
45+
name: Cargo.lock
46+
path: Cargo.lock
4247

4348
minimal:
4449
name: Minimal versions

0 commit comments

Comments
 (0)