Remove --skip-build from test Makefile target. (#1951)

This commit is contained in:
J Logan
2026-07-15 17:48:12 -07:00
committed by GitHub
parent 608902412d
commit 4dfa3d49d9
+1 -1
View File
@@ -173,7 +173,7 @@ dsym:
.PHONY: test
test: build-tests
@$(SWIFT) test --skip-build -c $(BUILD_CONFIGURATION) $(SWIFT_CONFIGURATION) --skip TestCLI --skip IntegrationTests
@$(SWIFT) test -c $(BUILD_CONFIGURATION) $(SWIFT_CONFIGURATION) --skip TestCLI --skip IntegrationTests
.PHONY: install-kernel
install-kernel: