diff options
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/exp/buckit/.github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/exp/buckit/.github/workflows/go.yml b/users/fcuny/exp/buckit/.github/workflows/go.yml index 2c17a17..d58c507 100644 --- a/users/fcuny/exp/buckit/.github/workflows/go.yml +++ b/users/fcuny/exp/buckit/.github/workflows/go.yml @@ -35,4 +35,4 @@ jobs: run: go test -race -v ./... - name: Build - run: go build -v ./cmd/... + run: go build -v ./... |