Skip to content

Ensure test runner failure if any error was reported by testcases #95

Ensure test runner failure if any error was reported by testcases

Ensure test runner failure if any error was reported by testcases #95

Workflow file for this run

name: CI on main branch
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml