From 6217e4177b1bcadfbf250eb14b7d68985375fe14 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 29 Mar 2021 20:05:39 -0700 Subject: github: fix workflow configuration There's no `cmd` directory in this repo. --- users/fcuny/exp/buckit/.github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users') 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 ./... -- cgit 1.4.1