mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 18:50:11 -04:00
makefile: ci now runs only testrace, default runs testrace
This commit is contained in:
parent
8936ddaedf
commit
ac29ee59f8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -21,9 +21,9 @@ GOLDFLAGS=-X $(GIT_IMPORT).GitCommit=$(GIT_COMMIT)$(GIT_DIRTY)
|
|||
|
||||
export GOLDFLAGS
|
||||
|
||||
default: deps generate test dev
|
||||
default: deps generate testrace dev
|
||||
|
||||
ci: deps test
|
||||
ci: testrace
|
||||
|
||||
release: deps test releasebin package ## Build a release build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue