Merge branch 'master' into test_ci_parallel_build
All checks were successful
Run test asserts / Test-Asserts (pull_request) Successful in 0s
All checks were successful
Run test asserts / Test-Asserts (pull_request) Successful in 0s
This commit is contained in:
commit
ca9c21254c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue