Manual workflow for test parallel build.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s
This commit is contained in:
parent
90508887d7
commit
c773185380
11
.forgejo/workflows/run-test-parallel.yaml
Normal file
11
.forgejo/workflows/run-test-parallel.yaml
Normal 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
|
Loading…
Reference in a new issue