Skip to content

Commit 03d89a6

Browse files
committed
chore(ci): add tooling tests
1 parent 0b15657 commit 03d89a6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/go.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ jobs:
3030
run: |
3131
go test -short $(go list ./... | grep -Pv "${FLAKY_REGEX}");
3232
33+
go_test_tooling:
34+
runs-on: ubuntu-latest
35+
defaults:
36+
run:
37+
working-directory: ./libevm/tooling
38+
steps:
39+
- uses: actions/checkout@v4
40+
- name: Set up Go
41+
uses: actions/setup-go@v5
42+
with:
43+
go-version-file: "go.mod"
44+
- run: go test ./...
45+
3346
go_generate:
3447
env:
3548
EXCLUDE_REGEX: "ava-labs/libevm/(accounts/usbwallet/trezor)$"

0 commit comments

Comments
 (0)