Manual workflow for test parallel build.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s

This commit is contained in:
Willem Cazander 2024-06-25 13:23:50 +02:00
parent 90508887d7
commit c773185380

View file

@ -0,0 +1,11 @@
name: Run tests parallel
on:
workflow_dispatch:
jobs:
Test-Asserts:
runs-on: self-hosted
steps:
- name: Check out
uses: actions/checkout@v3
- name: Run asserts
run: make -j2 assert-all