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 30752ac commit 3aca38d
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 @@ -21,6 +21,11 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: cd test_suite && cargo test --features unstable
- uses: actions/upload-artifact@v4
if: always()
with:
name: Cargo.lock
path: Cargo.lock

windows:
name: Test suite (windows)
Expand Down

0 comments on commit 3aca38d

Please sign in to comment.