We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6d1d5 commit e0ab0f3Copy full SHA for e0ab0f3
.semaphore/semaphore_integration_commands.sh
@@ -5,6 +5,7 @@ for dir in kafka examples ; do (cd $dir && go install $GO_TAGS ./...) ; done
5
if [[ -f .do_lint ]]; then golint -set_exit_status ./examples/... ./kafka/... ./kafkatest/... ./soaktest/... ./schemaregistry/...; fi
6
for dir in kafka schemaregistry ; do (cd $dir && go test -coverprofile="$coverage_profile" -timeout 180s -v $GO_TAGS ./...) ; done
7
(cd kafka && go test -v $GO_TAGS -timeout 3600s -run ^TestIntegration$ -docker.needed=true ; cd ..)
8
+if [[ $(command codesign) ]]; then codesign --sign - --force --preserve-metadata=entitlements,requirements,flags,runtime $(which go-kafkacat); fi
9
go-kafkacat --help
10
library-version
11
(library-version | grep "$EXPECT_LINK_INFO") || (echo "Incorrect linkage, expected $EXPECT_LINK_INFO" ; false)
0 commit comments