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 0e5e28b commit e94c605
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 @@ -63,6 +63,11 @@ jobs:
- run: cargo test -p linkme -p linkme-impl --release --features used_linker
if: startsWith(matrix.rust, 'nightly')
continue-on-error: ${{matrix.rust == 'nightly-x86_64-pc-windows-gnu'}}
- uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu' && matrix.rust == 'nightly' && always()
with:
name: Cargo.lock
path: Cargo.lock

cortex:
name: Cortex-M
Expand Down

0 comments on commit e94c605

Please sign in to comment.