ink-analyzer/.github/workflows/ci.yaml
2023-07-22 07:21:27 +03:00

18 lines
289 B
YAML

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