Skip to content

Commit 1de6c3f

Browse files
committedApr 26, 2021
Use make tests in CI
The CI previously duplicated the contents of `make test` in a separate script. This just makes that script call `make test` instead.
1 parent acb91e6 commit 1de6c3f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
 

‎test.sh

+3-8
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

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
17+
# prow calls this file currently, but we can just use `make test` to test
18+
# the set of things we want.
19+
make test

0 commit comments

Comments
 (0)
Please sign in to comment.