Skip to content

add v5 integration tests #88

add v5 integration tests

add v5 integration tests #88

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
uses: ./.github/workflows/test.yaml
with:
os: ${{ matrix.os }}
secrets: inherit