Skip to content

Commit 27a4ca9

Browse files
committed
Upload CI Cargo.lock for reproducing failures
1 parent 5ebf65c commit 27a4ca9

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
@@ -31,6 +31,11 @@ jobs:
3131
- run: cargo test --features float_roundtrip,arbitrary_precision --tests -- --skip ui --exact
3232
- run: cargo test --features raw_value --tests -- --skip ui --exact
3333
- run: cargo test --features unbounded_depth --tests -- --skip ui --exact
34+
- uses: actions/upload-artifact@v4
35+
if: matrix.os == 'ubuntu' && always()
36+
with:
37+
name: Cargo.lock
38+
path: Cargo.lock
3439

3540
build:
3641
name: Rust ${{matrix.rust}} ${{matrix.os == 'windows' && '(windows)' || ''}}

0 commit comments

Comments
 (0)