Skip to content

Commit 6b41fe3

Browse files
committed
add transpiler test and recursive verifier run into CI
1 parent d6f3862 commit 6b41fe3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/build_linux.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,24 @@ jobs:
241241
run: |
242242
cmake --build build -t prove_cpp_examples
243243
244+
- name: Build recursive gen
245+
run: |
246+
cmake --build build -t recursive_gen
247+
248+
- name: Build and run transpiler test
249+
run: |
250+
cmake --build build -t compile_and_run_transpiler_tests
251+
252+
- name: Run recursive verifier single prover version
253+
run: |
254+
chmod +x ./gen_and_check.sh
255+
bash ./gen_and_check.sh
256+
257+
- name: Run recursive verifier multi prover version
258+
run: |
259+
chmod +x ./multi_gen_and_check.sh
260+
bash ./multi_gen_and_check.sh
261+
244262
- name: Build rslang
245263
run: |
246264
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(pwd)/build/libs/circifier/llvm/lib"

0 commit comments

Comments
 (0)