[openssh-commits] [openssh] 01/02: Skip unit tests on hosted VMs to speed things up.

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Feb 17 21:48:56 AEDT 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 0406cd09f05c2e419b113dd4c0eac8bc34ec915b
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Feb 17 21:19:18 2021 +1100

    Skip unit tests on hosted VMs to speed things up.
---
 .github/workflows/selfhosted.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 4d2e085b..49fd17e9 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -11,6 +11,7 @@ jobs:
     env:
       TARGET_HOST: ${{ matrix.vm }}
       SUDO: sudo
+      SKIP_UNIT: 1
     strategy:
       fail-fast: false
       # We use a matrix in two parts: firstly all of the VMs are tested with the

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list