Skip to content

Increase test coverage to 97% #3

Increase test coverage to 97%

Increase test coverage to 97% #3

Workflow file for this run

name: Run tests
on:
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: make test-docker-notty