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 d6f3862 commit 6b41fe3Copy full SHA for 6b41fe3
.github/workflows/build_linux.yml
@@ -241,6 +241,24 @@ jobs:
241
run: |
242
cmake --build build -t prove_cpp_examples
243
244
+ - name: Build recursive gen
245
+ run: |
246
+ cmake --build build -t recursive_gen
247
+
248
+ - name: Build and run transpiler test
249
250
+ cmake --build build -t compile_and_run_transpiler_tests
251
252
+ - name: Run recursive verifier single prover version
253
254
+ chmod +x ./gen_and_check.sh
255
+ bash ./gen_and_check.sh
256
257
+ - name: Run recursive verifier multi prover version
258
259
+ chmod +x ./multi_gen_and_check.sh
260
+ bash ./multi_gen_and_check.sh
261
262
- name: Build rslang
263
264
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(pwd)/build/libs/circifier/llvm/lib"
0 commit comments