We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e856fe1 commit b774432Copy full SHA for b774432
1 file changed
.github/workflows/zzz-reuse-build.yml
@@ -172,12 +172,11 @@ jobs:
172
# ------------------------------------------------------------
173
# Test
174
175
- # FIXME: re-enable
176
- #- name: Test
177
- # uses: cytopia/[email protected]
178
- # with:
179
- # command: |
180
- # make test VERSION=${{ matrix.version }} FLAVOUR=${{ inputs.flavour }} ARCH=${{ matrix.arch }}
+ - name: Test
+ uses: cytopia/[email protected]
+ with:
+ command: |
+ make test VERSION=${{ matrix.version }} FLAVOUR=${{ inputs.flavour }} ARCH=${{ matrix.arch }}
181
182
183
0 commit comments