Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Nov 24, 2024
1 parent df69446 commit 2f49530
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/abigen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ jobs:
version: v1.61
working-directory: abigen

test:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
test:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
go-version: "1.23"
cache-dependency-path: abigen/go.sum
- uses: actions/setup-go@v4
with:
go-version: "1.23"
cache-dependency-path: abigen/go.sum

- name: "Unit test abigen"
run: cd abigen && go test -v ./...
- name: "Unit test abigen"
run: cd abigen && go test -v ./...

0 comments on commit 2f49530

Please sign in to comment.