From 9b0cac100f3239cc53d91e19228725a7434ef7a3 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Thu, 13 Jan 2022 09:41:44 +0000 Subject: [PATCH] CI should run swift build not test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4834c00..adccd81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Build - run: swift test + run: swift build linux: strategy: