make the default target generate dev builds. (#9811)

This commit is contained in:
Megan Marsh 2020-08-25 01:11:38 -07:00 committed by GitHub
parent a0c09e85df
commit 9f2cb0d560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export GOLDFLAGS
.PHONY: bin checkversion ci ci-lint default install-build-deps install-gen-deps fmt fmt-docs fmt-examples generate install-lint-deps lint \
releasebin test testacc testrace
default: install-build-deps install-gen-deps generate bin
default: install-build-deps install-gen-deps generate dev
ci: testrace ## Test in continuous integration