mirror of
https://github.com/serde-rs/json.git
synced 2025-09-30 14:32:05 +00:00
Upload CI Cargo.lock for reproducing failures
This commit is contained in:
parent
5ebf65cc48
commit
27a4ca9d7a
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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)' || ''}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user