Skip to content

Commit

Permalink
Don't run integration tests along with the test-and-verify script
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfern committed Dec 3, 2024
1 parent 9dc3a12 commit d4523e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/for-go-proj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ if [ "${CMD}" = "build" ] || [ "${CMD}" == "test" ]; then
go test -mod vendor -run=None ./...
popd
pushd ${CONTRIB_ROOT}/cluster-autoscaler/
go test ./...
go test $(go list ./... | grep -v integration)
popd
fi

0 comments on commit d4523e0

Please sign in to comment.