Skip to content

Commit 9c1d3eb

Browse files
committed
Upload CI Cargo.lock for reproducing failures
1 parent aa9476b commit 9c1d3eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
run: cargo test
7878
env:
7979
RUSTFLAGS: -Z allow-features= --cfg procmacro2_backtrace ${{env.RUSTFLAGS}}
80+
- uses: actions/upload-artifact@v4
81+
if: always()
82+
with:
83+
name: Cargo.lock
84+
path: Cargo.lock
8085

8186
layout:
8287
name: Layout

0 commit comments

Comments
 (0)