From fd7d3ad8bcec4c79c8265e9ed95ca01d4615d9ef Mon Sep 17 00:00:00 2001 From: yonaskolb Date: Sun, 16 May 2021 15:21:27 +1000 Subject: [PATCH] try and just build --- .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 c504d8cf..da86da51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,4 +38,4 @@ jobs: steps: - uses: actions/checkout@master - name: Build and run tests - run: swift test + run: swift build