diff options
author | Franck Cuny <franck@fcuny.net> | 2021-03-29 20:05:39 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-13 17:20:37 -0700 |
commit | 6217e4177b1bcadfbf250eb14b7d68985375fe14 (patch) | |
tree | f5b0b52d9d50b074aadea892899e352a2c61fc2b /users/fcuny/exp/buckit/.github/workflows | |
parent | github: add workflow configuration (diff) | |
download | world-6217e4177b1bcadfbf250eb14b7d68985375fe14.tar.gz |
github: fix workflow configuration
There's no `cmd` directory in this repo.
Diffstat (limited to 'users/fcuny/exp/buckit/.github/workflows')
-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 ./... |