diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98f7293..e04d094 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,5 +51,7 @@ jobs: tag: 5.8.1-RELEASE - uses: actions/checkout@v3 + - name: Build All Configurations + run: swift build -c ${{ matrix.config }} - name: Run tests - run: swift test -c ${{ matrix.config }} + run: swift test