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