mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
style: ran make fmt
This commit is contained in:
parent
30663e4a1b
commit
fe85f656e2
@ -17,4 +17,3 @@ before:
|
|||||||
```
|
```
|
||||||
|
|
||||||
If any of the hooks fails the build process is aborted.
|
If any of the hooks fails the build process is aborted.
|
||||||
|
|
||||||
|
@ -15,9 +15,9 @@ func TestDescription(t *testing.T) {
|
|||||||
func TestRunPipe(t *testing.T) {
|
func TestRunPipe(t *testing.T) {
|
||||||
for _, tc := range [][]string{
|
for _, tc := range [][]string{
|
||||||
nil,
|
nil,
|
||||||
[]string{},
|
{},
|
||||||
[]string{"go version"},
|
{"go version"},
|
||||||
[]string{"go version", "go list"},
|
{"go version", "go list"},
|
||||||
} {
|
} {
|
||||||
ctx := context.New(
|
ctx := context.New(
|
||||||
config.Project{
|
config.Project{
|
||||||
@ -32,7 +32,7 @@ func TestRunPipe(t *testing.T) {
|
|||||||
|
|
||||||
func TestRunPipeFail(t *testing.T) {
|
func TestRunPipeFail(t *testing.T) {
|
||||||
for _, tc := range [][]string{
|
for _, tc := range [][]string{
|
||||||
[]string{"go tool foobar"},
|
{"go tool foobar"},
|
||||||
} {
|
} {
|
||||||
ctx := context.New(
|
ctx := context.New(
|
||||||
config.Project{
|
config.Project{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user