Skip to content

Commit 85c4e7a

Browse files
committed
time
1 parent 0cece4f commit 85c4e7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/openshiftci-presubmit-all-tests.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ elif [ "${ARCH}" == "ppc64le" ]; then
5858
make test-e2e-beta
5959
else
6060
# Integration tests
61-
make test-integration
62-
make test-integration-devfile
63-
make test-cmd-login-logout
64-
make test-cmd-project
65-
make test-operator-hub
61+
time make test-integration
62+
time make test-integration-devfile
63+
time make test-cmd-login-logout
64+
time make test-cmd-project
65+
time make test-operator-hub
6666
# E2e tests
67-
make test-e2e-all
67+
time make test-e2e-all
6868
fi
6969

7070
odo logout

0 commit comments

Comments
 (0)