Skip to content

ci: test trigger check when pr is opened by action #26

ci: test trigger check when pr is opened by action

ci: test trigger check when pr is opened by action #26

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
types:
- opened
- edited
- synchronize
- ready_for_review
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
actions: read
checks: write
jobs:
test:
uses: Glatzel/py-template/.github/workflows/pytest.yml@main
with:
name: test
machine: windows-latest
test_path: ./src
update_submodule: true
cov: true
cov_thr: 70
test_args: --benchmark-max-time=0.00005 --benchmark-min-rounds=1