Skip to content

Commit

Permalink
debugging turn on verbose make logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed Jul 12, 2024
1 parent 050dc0a commit 9362b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/common-build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ go-install: $(ROCKSDIR)/librocksdb.so $(protobuf-targets)
go-test-fast: ${ROCKSDIR}/librocksdb.so ${protobuf-targets}
go test -p ${NPROC} --tags "${GO_BUILD_TAGS}" ./...
go-test-ci: ${ROCKSDIR}/librocksdb.so ${protobuf-targets}
GORACE="halt_on_error=1" go test -p ${NPROC} -race -count=10 --tags "${GO_BUILD_TAGS}" --failfast ./...
GORACE="halt_on_error=1" go test -p ${NPROC} -race -v -count=10 --tags "${GO_BUILD_TAGS}" --failfast ./...

# The ci-release-% implicit rule builds a Docker image named by the rule
# stem, using binaries enumerated by a `-target` suffix. For example,
Expand Down

0 comments on commit 9362b36

Please sign in to comment.