Compare commits

..

No commits in common. "ca9c21254c9a1a6b48974e418f87a866c34371d4" and "529d9f5a219de8d8a26bce9b40f864e23bd4383d" have entirely different histories.

View file

@ -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