|
@@ -58,6 +58,7 @@ go test -timeout 3m ${COVER} -cpu 1,2,4 $@ ${NO_RACE_TEST}
|
|
|
if [ -n "$INTEGRATION" ]; then
|
|
if [ -n "$INTEGRATION" ]; then
|
|
|
echo "Running integration tests..."
|
|
echo "Running integration tests..."
|
|
|
go test -timeout 10m -v -cpu 1,2,4 $@ ${REPO_PATH}/integration
|
|
go test -timeout 10m -v -cpu 1,2,4 $@ ${REPO_PATH}/integration
|
|
|
|
|
+ go test -timeout 1m -v -cpu 1,2,4 $@ ${REPO_PATH}/contrib/raftexample
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
echo "Checking gofmt..."
|
|
echo "Checking gofmt..."
|