mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
go plugin: add 'gotb' alias
Alias test if the code is buildable, including tests. No test is executed.
This commit is contained in:
parent
c10a99406a
commit
6ffb3cd052
2 changed files with 30 additions and 28 deletions
|
|
@ -36,3 +36,4 @@ alias gotofx='go tool fix'
|
|||
alias gov='go vet'
|
||||
alias gove='go version'
|
||||
alias gow='go work'
|
||||
alias gotb='go build ./... && go test -run=^$ ./... 1>/dev/null'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue