Skip to content

Commit

Permalink
chore: add reproduction
Browse files Browse the repository at this point in the history
  • Loading branch information
babichjacob committed Oct 19, 2024
1 parent 8b6c5b3 commit 6c38e83
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/repro.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Show the problem on every commit

on:
push:

jobs:
repro:
runs-on: macos-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-binstall

- run: cargo binstall -y cargo-msrv

0 comments on commit 6c38e83

Please sign in to comment.