msxbuild/.forgejo/workflows/run-test-parallel.yaml
Willem Cazander 2f930aa475
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1s
Reverted to test only
2024-06-25 13:56:20 +02:00

16 lines
347 B
YAML

name: Run tests parallel
on:
pull_request:
types: [opened, reopened, synchronize]
branches:
- test_ci_parallel_build
workflow_dispatch:
jobs:
Test-Asserts-Parallel:
runs-on: self-hosted
steps:
- name: Check out
uses: actions/checkout@v3
- name: Run asserts parallel
run: make -j2 assert-all