diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c504d8cf..da86da51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,4 +38,4 @@ jobs: steps: - uses: actions/checkout@master - name: Build and run tests - run: swift test + run: swift build