Skip to content

Commit b774432

Browse files
committed
Re-enable tests
1 parent e856fe1 commit b774432

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/zzz-reuse-build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,11 @@ jobs:
172172
# ------------------------------------------------------------
173173
# Test
174174
# ------------------------------------------------------------
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 }}
175+
- name: Test
176+
uses: cytopia/[email protected]
177+
with:
178+
command: |
179+
make test VERSION=${{ matrix.version }} FLAVOUR=${{ inputs.flavour }} ARCH=${{ matrix.arch }}
181180
182181
183182
# ------------------------------------------------------------

0 commit comments

Comments
 (0)