Skip to content

Commit

Permalink
Merge pull request #3140 from dgageot/schema-quick-check
Browse files Browse the repository at this point in the history
Don’t need race detection/code coverage
  • Loading branch information
balopat authored Oct 30, 2019
2 parents 2c990cb + 9d574f1 commit a76a23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/new_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ go run ./hack/versions/cmd/new/version.go $@
goimports -w ./pkg/skaffold/schema
make generate-schemas
git --no-pager diff --minimal
make test
make quicktest

echo
echo "---------------------------------------"
Expand Down

0 comments on commit a76a23b

Please sign in to comment.