We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6fee0d + a709c32 commit 36cd18cCopy full SHA for 36cd18c
.github/workflows/test.yml
@@ -0,0 +1,16 @@
1
+name: test
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ pull_request:
7
+
8
+jobs:
9
+ e2e-test:
10
+ runs-on: ubuntu-24.04
11
+ steps:
12
+ - uses: actions/checkout@v4
13
+ - uses: actions/setup-go@v5
14
+ with:
15
+ go-version: '1.22'
16
+ - run: go test -v ./...
README.md
@@ -1,5 +1,7 @@
# go-risc0-verifier
+[](https://github.com/datachainlab/go-risc0-verifier/actions/workflows/test.yml)
A verifier for [RISC Zero](https://github.com/risc0/risc0) SNARK proofs written in Go.
## License
0 commit comments