Skip to content

Commit

Permalink
chore: add GHA for go-ethereum
Browse files Browse the repository at this point in the history
- check version of go
  • Loading branch information
leszek-vechain committed Jul 9, 2024
1 parent 9a4d638 commit 5a52a10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Go version
run: go version

- name: Make all
run: make all

Expand Down

0 comments on commit 5a52a10

Please sign in to comment.