We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342ce2e commit 9dbd43eCopy full SHA for 9dbd43e
.github/workflows/go.yml
@@ -35,12 +35,14 @@ jobs:
35
run: go vet
36
37
test:
38
- runs-on: ubuntu-latest
+ runs-on: self-hosted
39
steps:
40
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
41
- name: Set up Go
42
uses: actions/setup-go@v2
43
with:
44
go-version: 1.18
45
+ - name: Download precomp file
46
+ run: wget https://github.com/gballet/go-verkle/releases/download/banderwagonv3/precomp && ls -al
47
- name: Test
48
run: go test -v -race ./...
0 commit comments