diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be0ba5d..dedef65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,13 +10,15 @@ on: branches: [ "main" ] jobs: - build: - + BuildnTest: runs-on: macos-latest - steps: - uses: actions/checkout@v4 + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable - name: Build run: swift build -v + - name: Run tests run: swift test -v