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 e9c2c2e commit 5fae91b
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 @@ -32,6 +32,11 @@ jobs:
with:
toolchain: ${{matrix.rust}}
- run: cargo check --workspace --exclude case-study-bitfield-assertion --exclude case-study-readonly-fields
- uses: actions/upload-artifact@v4
if: matrix.rust == 'nightly' && always()
with:
name: Cargo.lock
path: Cargo.lock

outdated:
name: Outdated
Expand Down

0 comments on commit 5fae91b

Please sign in to comment.