-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename codegeneration.go -> main.go
- Loading branch information
anatoly32322
committed
Mar 19, 2024
1 parent
887609f
commit f3318fb
Showing
4 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ jobs: | |
- name: Build | ||
run: | | ||
go install ./internal/cmd/gtrace | ||
go build ./internal/cmd/gstack | ||
go install go.uber.org/mock/[email protected] | ||
- name: Clean and re-generate *_gtrace.go files | ||
|
@@ -40,5 +41,10 @@ jobs: | |
go generate ./trace | ||
go generate ./... | ||
- name: Re-generate stack.FunctionID calls | ||
run: | | ||
go run ./gstack . | ||
rm ./gstack | ||
- name: Check repository diff | ||
run: bash ./.github/scripts/check-work-copy-equals-to-committed.sh "code-generation not equal with committed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters