Upload CI Cargo.lock for reproducing failures

This commit is contained in:
David Tolnay 2024-08-25 12:12:25 -07:00
parent 5ebf65cc48
commit 27a4ca9d7a
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -31,6 +31,11 @@ jobs:
- run: cargo test --features float_roundtrip,arbitrary_precision --tests -- --skip ui --exact
- run: cargo test --features raw_value --tests -- --skip ui --exact
- run: cargo test --features unbounded_depth --tests -- --skip ui --exact
- uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu' && always()
with:
name: Cargo.lock
path: Cargo.lock
build:
name: Rust ${{matrix.rust}} ${{matrix.os == 'windows' && '(windows)' || ''}}