Skip to content

Commit

Permalink
Makefile: lower go-test-ci --count 15 => 10
Browse files Browse the repository at this point in the history
To make CI run a little faster.
  • Loading branch information
jgraettinger committed Oct 12, 2023
1 parent 786c6cd commit dfed675
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=15 --tags "${GO_BUILD_TAGS}" --failfast ./...
GORACE="halt_on_error=1" go test -p ${NPROC} -race -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 dfed675

Please sign in to comment.