From 4e261934316a59ca215bc47a7a29393b28fa6409 Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 2 Nov 2023 08:31:29 -0600 Subject: [PATCH] Update macOS.yml --- .github/workflows/macOS.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index d49a1e2..d655f3e 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -17,5 +17,7 @@ jobs: with: xcode-version: latest-stable - uses: actions/checkout@v3 - - name: Build for release - run: swift build -v -c release + - name: Build + run: swift build -v + - name: Run tests + run: swift test -v