Test parallel build. #4

Closed
willemtsade wants to merge 7 commits from test_ci_parallel_build into master
Showing only changes of commit ca9c21254c - Show all commits

View file

@ -1,14 +1,14 @@
name: Run tests parallel name: Run tests parallel
on: on:
push:
branches:
- test_ci_parallel*
workflow_dispatch: workflow_dispatch:
pull_request:
branches:
- 'test_ci_parallel*'
jobs: jobs:
Test-Asserts: Test-Asserts:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: Check out - name: Check out
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Run asserts - name: Run asserts parallel
run: make -j2 assert-all run: make -j2 assert-all