From eccaad74d294d7238afce87518356b6d9e72ddcd Mon Sep 17 00:00:00 2001 From: Brian Michel Date: Thu, 7 Sep 2023 19:21:26 -0400 Subject: [PATCH] Build all configurations, but test debug --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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