We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebf65c commit 27a4ca9Copy full SHA for 27a4ca9
.github/workflows/ci.yml
@@ -31,6 +31,11 @@ jobs:
31
- run: cargo test --features float_roundtrip,arbitrary_precision --tests -- --skip ui --exact
32
- run: cargo test --features raw_value --tests -- --skip ui --exact
33
- 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
39
40
build:
41
name: Rust ${{matrix.rust}} ${{matrix.os == 'windows' && '(windows)' || ''}}
0 commit comments