Skip to content

Commit 78608a3

Browse files
committed
Upload CI Cargo.lock for reproducing failures
1 parent ef3e9c6 commit 78608a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
with:
2929
components: llvm-tools, rustc-dev
3030
- run: cargo test --all-features --release --tests
31+
- uses: actions/upload-artifact@v4
32+
with:
33+
name: Cargo.lock
34+
path: Cargo.lock
3135

3236
build:
3337
name: ${{matrix.name || format('Rust {0}', matrix.rust)}}

0 commit comments

Comments
 (0)