Skip unit tests on hosted VMs to speed things up.

This commit is contained in:
Darren Tucker 2021-02-17 21:19:18 +11:00
parent 4582612e61
commit 0406cd09f0

View File

@ -11,6 +11,7 @@ jobs:
env: env:
TARGET_HOST: ${{ matrix.vm }} TARGET_HOST: ${{ matrix.vm }}
SUDO: sudo SUDO: sudo
SKIP_UNIT: 1
strategy: strategy:
fail-fast: false fail-fast: false
# We use a matrix in two parts: firstly all of the VMs are tested with the # We use a matrix in two parts: firstly all of the VMs are tested with the