diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 076182d..9408639 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,5 +13,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 - - name: Build & Test + - name: Build + run: swift build + - name: Test run: swift test