Skip to content

Commit 2d51cc7

Browse files
vkuttypCopilot
andcommitted
ci: use swift build --build-tests so --skip-build works for test suites
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 13f70e3 commit 2d51cc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
restore-keys: linux-spm-${{ env.SWIFT_VERSION }}-
7070

7171
- name: Build
72-
run: swift build --configuration debug 2>&1
72+
run: swift build --build-tests --configuration debug 2>&1
7373

7474
- name: SQLite tests
7575
run: swift test --filter SQLiteNioTests --skip-build 2>&1

0 commit comments

Comments
 (0)