Compare commits
No commits in common. "ca9c21254c9a1a6b48974e418f87a866c34371d4" and "529d9f5a219de8d8a26bce9b40f864e23bd4383d" have entirely different histories.
ca9c21254c
...
529d9f5a21
1 changed files with 4 additions and 4 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
name: Run tests parallel
|
name: Run tests parallel
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
pull_request:
|
|
||||||
branches:
|
branches:
|
||||||
- 'test_ci_parallel*'
|
- test_ci_parallel*
|
||||||
|
workflow_dispatch:
|
||||||
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 parallel
|
- name: Run asserts
|
||||||
run: make -j2 assert-all
|
run: make -j2 assert-all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue