You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that we recently changed the behavior of the default make operation. According to the documentation, we used to default the make to build the project.
Right now, the make is defaulting to make test. The make build is still building the project, but, it is skipping unit test. I think we better have always unit test performed before any build.
The text was updated successfully, but these errors were encountered:
It seems that we recently changed the behavior of the default
make
operation. According to the documentation, we used to default themake
to build the project.Right now, the
make
is defaulting tomake test
. Themake build
is still building the project, but, it is skipping unit test. I think we better have always unit test performed before any build.The text was updated successfully, but these errors were encountered: