Skip to content

Commit 26c3afa

Browse files
committed
ci: Revert Swift test script device configuration removal
This was changed while making the tests pass when running on macOS, but it is unclear why the original CI script was changed. Presumably we should run the tests with a fixed device on the CI. debc1c7#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52L62
1 parent 74fcf4a commit 26c3afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ build-swift-package: build
6262
$(call XCODEBUILD_CMD, build)
6363

6464
test-swift-package: build
65-
swift test
65+
$(call XCODEBUILD_CMD, test)
6666

6767
release:
6868
@echo "--- :rocket: Starting GutenbergKit Release Process"

0 commit comments

Comments
 (0)