Skip to content

Commit d542a0d

Browse files
committed
Upload CI Cargo.lock for reproducing failures
1 parent 8828c35 commit d542a0d

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
@@ -38,6 +38,11 @@ jobs:
3838
run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=async_trait_nightly_testing >> $GITHUB_ENV
3939
if: matrix.rust == 'nightly'
4040
- run: cargo test
41+
- uses: actions/upload-artifact@v4
42+
if: matrix.rust == 'nightly' && always()
43+
with:
44+
name: Cargo.lock
45+
path: Cargo.lock
4146

4247
minimal:
4348
name: Minimal versions

0 commit comments

Comments
 (0)