Skip to content

Commit

Permalink
Use make tests in CI
Browse files Browse the repository at this point in the history
The CI previously duplicated the contents of `make test` in a separate
script.  This just makes that script call `make test` instead.
  • Loading branch information
DirectXMan12 committed Apr 26, 2021
1 parent acb91e6 commit 1de6c3f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

source test/common.sh

header_text "Running kubebuilder unit tests"
go test -race -v ./pkg/...

./test/integration.sh

./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 comments on commit 1de6c3f

Please sign in to comment.