Skip to content

Commit

Permalink
add precomp download to github runner step
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Jun 8, 2023
1 parent 342ce2e commit 7597228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Download precomp file
run: wget https://github.com/gballet/go-verkle/releases/download/banderwagonv3/precomp && ls -al
- name: Test
run: go test -v -race ./...

0 comments on commit 7597228

Please sign in to comment.