From eaa9f1917cc57fb0ebefea8e13bb4c43965609bb Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 2 Nov 2023 09:28:45 -0600 Subject: [PATCH] Update macOS.yml (#5) --- .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