about summary refs log tree commit diff
path: root/users/fcuny/exp
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-03-29 20:05:39 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-13 17:20:37 -0700
commit6217e4177b1bcadfbf250eb14b7d68985375fe14 (patch)
treef5b0b52d9d50b074aadea892899e352a2c61fc2b /users/fcuny/exp
parentgithub: add workflow configuration (diff)
downloadworld-6217e4177b1bcadfbf250eb14b7d68985375fe14.tar.gz
github: fix workflow configuration
There's no `cmd` directory in this repo.
Diffstat (limited to 'users/fcuny/exp')
-rw-r--r--users/fcuny/exp/buckit/.github/workflows/go.yml2
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 ./...