Skip to content

Commit

Permalink
Ignore cluster-autoscaler/apis directory when executing unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com>
  • Loading branch information
tenzen-y committed Dec 19, 2023
1 parent c3251c5 commit 81ebe2c
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 @@ -57,7 +57,7 @@ for project_name in ${PROJECT_NAMES[*]}; do
if [[ -n $(find . -name "Godeps.json") ]]; then
godep go test -race $(go list ./... | grep -v /vendor/ | grep -v vertical-pod-autoscaler/e2e)
else
go test -race $(go list ./... | grep -v /vendor/ | grep -v vertical-pod-autoscaler/e2e)
go test -race $(go list ./... | grep -v /vendor/ | grep -v vertical-pod-autoscaler/e2e | grep -v cluster-autoscaler/apis)
fi
;;
*)
Expand Down

0 comments on commit 81ebe2c

Please sign in to comment.