Skip to content

Commit 78289e3

Browse files
committed
Upload CI Cargo.lock for reproducing failures
1 parent 9ee9ca9 commit 78289e3

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
@@ -37,6 +37,11 @@ jobs:
3737
- run: cargo check
3838
- run: cargo test --workspace
3939
if: matrix.rust != '1.56.0'
40+
- uses: actions/upload-artifact@v4
41+
if: matrix.rust == 'nightly' && always()
42+
with:
43+
name: Cargo.lock
44+
path: Cargo.lock
4045

4146
doc:
4247
name: Documentation

0 commit comments

Comments
 (0)