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 # Test
# ------------------------------------------------------------ # ------------------------------------------------------------
# FIXME: re-enable - name: Test
#- name: Test uses: cytopia/shell-command-retry-action@v0.1.2
# uses: cytopia/shell-command-retry-action@v0.1.2 with:
# with: command: |
# command: | make test VERSION=${{ matrix.version }} FLAVOUR=${{ inputs.flavour }} ARCH=${{ matrix.arch }}
# make test VERSION=${{ matrix.version }} FLAVOUR=${{ inputs.flavour }} ARCH=${{ matrix.arch }}
# ------------------------------------------------------------ # ------------------------------------------------------------