Skip to content

Commit 3aca38d

Browse files
committed
Upload CI Cargo.lock for reproducing failures
1 parent 30752ac commit 3aca38d

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
@@ -21,6 +21,11 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: dtolnay/rust-toolchain@nightly
2323
- run: cd test_suite && cargo test --features unstable
24+
- uses: actions/upload-artifact@v4
25+
if: always()
26+
with:
27+
name: Cargo.lock
28+
path: Cargo.lock
2429

2530
windows:
2631
name: Test suite (windows)

0 commit comments

Comments
 (0)