Skip to content

Commit 89d8eda

Browse files
committed
Upload CI Cargo.lock for reproducing failures
1 parent d2ed7be commit 89d8eda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
toolchain: ${{matrix.rust}}
2727
- run: cargo test
2828
working-directory: _skeptic
29+
- uses: actions/upload-artifact@v4
30+
if: always()
31+
with:
32+
name: Cargo.lock
33+
path: _skeptic/Cargo.lock
2934

3035
outdated:
3136
name: Outdated

0 commit comments

Comments
 (0)