|
@ -91,8 +91,8 @@ jobs: |
|
|
./configure |
|
|
./configure |
|
|
shell: bash |
|
|
shell: bash |
|
|
|
|
|
|
|
|
- name: Run embedded tests |
|
|
- name: Run embedded unit tests |
|
|
run: make test |
|
|
run: make test.units |
|
|
shell: bash |
|
|
shell: bash |
|
|
|
|
|
|
|
|
- if: ${{ always() }} |
|
|
- if: ${{ always() }} |
|
@ -162,8 +162,8 @@ jobs: |
|
|
./configure |
|
|
./configure |
|
|
shell: bash |
|
|
shell: bash |
|
|
|
|
|
|
|
|
- name: Run embedded tests |
|
|
- name: Run embedded unit tests |
|
|
run: make test |
|
|
run: make test.units |
|
|
shell: bash |
|
|
shell: bash |
|
|
|
|
|
|
|
|
- if: ${{ always() }} |
|
|
- if: ${{ always() }} |
|
@ -237,8 +237,8 @@ jobs: |
|
|
./scripts/hack_fakeautoconf.sh |
|
|
./scripts/hack_fakeautoconf.sh |
|
|
shell: bash |
|
|
shell: bash |
|
|
|
|
|
|
|
|
- name: Run embedded tests |
|
|
- name: Run embedded unit tests |
|
|
run: make test |
|
|
run: make test.units |
|
|
shell: bash |
|
|
shell: bash |
|
|
|
|
|
|
|
|
- if: ${{ always() }} |
|
|
- if: ${{ always() }} |
|
|