diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 15ddb896..c0a40e10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,9 @@ env: GPR_USER: ${{ secrets.GITHUB_ACTOR }} jobs: + build: + runs-on: macos-latest + ios-tests: name: iOS Tests runs-on: macos-latest @@ -37,9 +40,9 @@ jobs: - name: Build run: swift build -v - -# - name: Run tests -# run: swift test --vv - + + - name: Run tests + run: swift test --vv + - name: Stop local test server run: docker-compose -p xmtp -f dev/local/docker-compose.yml down \ No newline at end of file