run test jobs directly

This commit is contained in:
Roy Crihfield 2023-09-14 20:29:51 +08:00
parent 6cd44545ba
commit ff8727f988
2 changed files with 1 additions and 8 deletions

View File

@ -1,7 +0,0 @@
name: PR actions
on:
- pull_request
jobs:
run-tests:
uses: ./.github/workflows/test.yml

View File

@ -1,6 +1,6 @@
name: Run tests
on:
workflow_call:
- pull_request
jobs:
unit-tests: