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 9dbd43e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ jobs:
run: go vet

test:
runs-on: ubuntu-latest
runs-on: self-hosted
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 9dbd43e

Please sign in to comment.