Skip to content

Improve tests (#355) #410

Improve tests (#355)

Improve tests (#355) #410

Workflow file for this run

name: Main CI
on:
push:
branches: [ main ]
jobs:
build-and-test:
uses: ./.github/workflows/build-and-test.yml
permissions:
contents: read
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
with:
ref: ${{ github.sha }}
runs-on: ${{ matrix.os }}