Re-enable tests

This commit is contained in:
cytopia
2022-03-26 13:47:07 +01:00
parent e856fe1da4
commit b774432a7a

View File

@@ -172,12 +172,11 @@ jobs:
# ------------------------------------------------------------
# Test
# ------------------------------------------------------------
# FIXME: re-enable
#- name: Test
# uses: cytopia/shell-command-retry-action@v0.1.2
# with:
# command: |
# make test VERSION=${{ matrix.version }} FLAVOUR=${{ inputs.flavour }} ARCH=${{ matrix.arch }}
- name: Test
uses: cytopia/shell-command-retry-action@v0.1.2
with:
command: |
make test VERSION=${{ matrix.version }} FLAVOUR=${{ inputs.flavour }} ARCH=${{ matrix.arch }}
# ------------------------------------------------------------