This commit is contained in:
arnaucube
2020-04-17 21:12:14 +02:00
parent e1147db72f
commit 3f5f8e2318
4 changed files with 191 additions and 12 deletions

View File

@@ -27,4 +27,6 @@ jobs:
- name: Compile circuits and execute Go tests
run: |
sh ./compile-circuits.sh
go run cli/cli.go -prove -provingkey=testdata/small/proving_key.json -witness=testdata/small/witness.json -proof=testdata/small/proof.json -public=testdata/small/public.json
go run cli/cli.go -prove -provingkey=testdata/big/proving_key.json -witness=testdata/big/witness.json -proof=testdata/big/proof.json -public=testdata/big/public.json
go test ./...