mirror of
https://github.com/apple/container.git
synced 2026-07-16 22:47:09 +00:00
Remove --skip-build from test Makefile target. (#1951)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user