Skip to content

chore: add verbose logging, hoping it helps #2

chore: add verbose logging, hoping it helps

chore: add verbose logging, hoping it helps #2

Workflow file for this run

name: Show the problem on every commit
on:
push:
jobs:
repro:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 15
name: on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-binstall
- run: cargo binstall -y --verbose cargo-msrv