Skip to content

Commit

Permalink
Update test file to run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfern committed Dec 3, 2024
1 parent df1a1e2 commit 8e423ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/test
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ fi

##############################################################################

GO111MODULE=off go test $(GO111MODULE=off go list ./cluster-autoscaler/... | grep -v cloudprovider | grep -v vendor | grep -v integration)
GO111MODULE=off go test $(GO111MODULE=off go list ./cluster-autoscaler/cloudprovider/mcm/... | grep -v vendor)
cd cluster-autoscaler
go test $(go list ./... | grep -v cloudprovider | grep -v vendor | grep -v integration)
go test $(go list ./cloudprovider/mcm/... | grep -v vendor)

#TODO: Return success failure properly
echo "CI tests are done"

0 comments on commit 8e423ed

Please sign in to comment.