diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68e5906..5d9165f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -91,8 +91,8 @@ jobs: ./configure shell: bash - - name: Run embedded tests - run: make test + - name: Run embedded unit tests + run: make test.units shell: bash - if: ${{ always() }} @@ -162,8 +162,8 @@ jobs: ./configure shell: bash - - name: Run embedded tests - run: make test + - name: Run embedded unit tests + run: make test.units shell: bash - if: ${{ always() }} @@ -237,8 +237,8 @@ jobs: ./scripts/hack_fakeautoconf.sh shell: bash - - name: Run embedded tests - run: make test + - name: Run embedded unit tests + run: make test.units shell: bash - if: ${{ always() }}