We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make tests
1 parent acb91e6 commit 1de6c3fCopy full SHA for 1de6c3f
test.sh
@@ -14,11 +14,6 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-source test/common.sh
18
-
19
-header_text "Running kubebuilder unit tests"
20
-go test -race -v ./pkg/...
21
22
-./test/integration.sh
23
24
-./test/testdata/test.sh
+# prow calls this file currently, but we can just use `make test` to test
+# the set of things we want.
+make test
0 commit comments