diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 098349cf..7e84c27d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 ./...