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
on:
push:
branches:
- test_ci_parallel*
workflow_dispatch:
pull_request:
branches:
- 'test_ci_parallel*'
jobs:
Test-Asserts:
runs-on: self-hosted
steps:
- name: Check out
uses: actions/checkout@v3
- name: Run asserts
- name: Run asserts parallel
run: make -j2 assert-all