Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 0676186

Browse files
committed
makefile: mount testdata in pkg-integration-test on Darwin
1 parent 885964b commit 0676186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ else ifeq ($(OS),Darwin)
5151
@CGO_ENABLED=0 GOOS=linux go test -v -tags integration -c -o ./integration-test.dev $(PKG)
5252
@docker run --name "integration-test" \
5353
--network scylla_go_driver_public \
54+
-v "$(PWD)/testdata:/testdata" \
5455
-v "$(PWD)/integration-test.dev:/usr/bin/integration-test:ro" \
5556
-it --read-only --rm ubuntu integration-test -test.v -test.run $(RUN) $(ARGS)
5657
else

0 commit comments

Comments
 (0)