We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
origin/main
1 parent 674cddf commit 336a435Copy full SHA for 336a435
.github/workflows/go.yml
@@ -53,6 +53,7 @@ jobs:
53
uses: actions/setup-go@v5
54
with:
55
go-version-file: "./libevm/tooling/go.mod"
56
+ - run: git branch main origin/main
57
- run: go test -v ./... --target_branch="${{ env.TARGET_BRANCH }}"
58
59
go_generate:
0 commit comments