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 d2ed7be commit 89d8eda
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 @@ -26,6 +26,11 @@ jobs:
toolchain: ${{matrix.rust}}
- run: cargo test
working-directory: _skeptic
- uses: actions/upload-artifact@v4
if: always()
with:
name: Cargo.lock
path: _skeptic/Cargo.lock

outdated:
name: Outdated
Expand Down

0 comments on commit 89d8eda

Please sign in to comment.