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