Skip to content

Commit d1b17a9

Browse files
committed
Upload CI Cargo.lock for reproducing failures
1 parent 4ea60ae commit d1b17a9

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
@@ -38,6 +38,11 @@ jobs:
3838
- run: cargo check --no-default-features
3939
- run: cargo check --features serde
4040
- run: cargo check --no-default-features --features serde
41+
- uses: actions/upload-artifact@v4
42+
if: matrix.rust == 'nightly' && always()
43+
with:
44+
name: Cargo.lock
45+
path: Cargo.lock
4146

4247
node:
4348
name: Node

0 commit comments

Comments
 (0)