We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02147fa commit fc319fdCopy full SHA for fc319fd
Makefile
@@ -1,7 +1,7 @@
1
SWIFT_DOCKER_IMAGE = swift:5.10-jammy
2
MOUNT_ROOT=$(shell pwd)
3
SWIFT_BIN_PATH = $(shell swift build --show-bin-path)
4
-TEST_PACKAGE= $(SWIFT_BIN_PATH)/SwiftSlsAdapterTestsPackageTests.xctest
+TEST_PACKAGE= $(SWIFT_BIN_PATH)/swift-sls-adapterPackageTests.xctest
5
BUILD_TEMP = .build/temp
6
7
docker_bash:
0 commit comments