aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/c-std.yml2
-rw-r--r--.github/workflows/configure.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/c-std.yml b/.github/workflows/c-std.yml
index c6380bbf..91b262b5 100644
--- a/.github/workflows/c-std.yml
+++ b/.github/workflows/c-std.yml
@@ -147,7 +147,7 @@ jobs:
147 if: matrix.builder == 'configure' 147 if: matrix.builder == 'configure'
148 run: | 148 run: |
149 make test 149 make test
150 make cover 150 # make cover
151 151
152 - name: Generate project files (cmake) 152 - name: Generate project files (cmake)
153 if: matrix.builder == 'cmake' 153 if: matrix.builder == 'cmake'
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml
index ed67d133..b9162b2d 100644
--- a/.github/workflows/configure.yml
+++ b/.github/workflows/configure.yml
@@ -131,7 +131,7 @@ jobs:
131 - name: Run test cases 131 - name: Run test cases
132 run: | 132 run: |
133 make test 133 make test
134 make cover 134 # make cover
135 working-directory: ${{ matrix.build-dir }} 135 working-directory: ${{ matrix.build-dir }}
136 env: 136 env:
137 QEMU_RUN: ${{ matrix.qemu-run }} 137 QEMU_RUN: ${{ matrix.qemu-run }}