Skip to content

Commit

Permalink
Upload CI Cargo.lock for reproducing failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 25, 2024
1 parent 8828c35 commit d542a0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=async_trait_nightly_testing >> $GITHUB_ENV
if: matrix.rust == 'nightly'
- run: cargo test
- uses: actions/upload-artifact@v4
if: matrix.rust == 'nightly' && always()
with:
name: Cargo.lock
path: Cargo.lock

minimal:
name: Minimal versions
Expand Down

0 comments on commit d542a0d

Please sign in to comment.