Skip to content

Commit

Permalink
chore: add gen command
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 committed Dec 5, 2023
1 parent 22cd340 commit 869163f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- run: go generate ./...
- run: make gen
- name: git diff
run: |
git diff --compact-summary --exit-code || \
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ local: build
cd ${LOCAL_DIRECTOY} && TF_LOG=TRACE terraform init -upgrade

.PHONY: gen
tools:
go generate -tags tools tools/tools.go
gen: sdk docs

.PHONY: docs
docs:
Expand Down

0 comments on commit 869163f

Please sign in to comment.