Skip to content

Merge pull request #111 from krymtkts:feature/coverage #2

Merge pull request #111 from krymtkts:feature/coverage

Merge pull request #111 from krymtkts:feature/coverage #2

Workflow file for this run

name: Test main
on:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
jobs:
test:
strategy:
matrix:
os:
- windows-latest
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
uses: ./.github/actions/test
with:
codecov_token: ${{ secrets.CODECOV_TOKEN }}