Skip to content

Commit ab77194

Browse files
committed
Upload CI Cargo.lock for reproducing failures
1 parent a8736e7 commit ab77194

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
if: matrix.rust == 'nightly'
5757
- run: cargo test
5858
- run: cargo check --benches
59+
- uses: actions/upload-artifact@v4
60+
if: matrix.rust == 'nightly' && always()
61+
with:
62+
name: Cargo.lock
63+
path: Cargo.lock
5964

6065
msrv:
6166
name: Rust 1.31.0

0 commit comments

Comments
 (0)