From 27a4ca9d7a62394fe8f0103f3d91de59f055a4c4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 25 Aug 2024 12:12:25 -0700 Subject: [PATCH] Upload CI Cargo.lock for reproducing failures --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4620ce8ed..72f1c9197 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)' || ''}}