Merge pull request #9748 from cli/wm/add-acceptance-makefile
Add acceptance task to makefile
This commit is contained in:
commit
02599796bb
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
|
@ -38,11 +38,16 @@ completions: bin/gh$(EXE)
|
|||
bin/gh$(EXE) completion -s fish > ./share/fish/vendor_completions.d/gh.fish
|
||||
bin/gh$(EXE) completion -s zsh > ./share/zsh/site-functions/_gh
|
||||
|
||||
# just a convenience task around `go test`
|
||||
# just convenience tasks around `go test`
|
||||
.PHONY: test
|
||||
test:
|
||||
go test ./...
|
||||
|
||||
# For more information, see https://github.com/cli/cli/blob/trunk/acceptance/README.md
|
||||
.PHONY: acceptance
|
||||
acceptance:
|
||||
go test -tags acceptance ./acceptance
|
||||
|
||||
## Site-related tasks are exclusively intended for use by the GitHub CLI team and for our release automation.
|
||||
|
||||
site:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue