Skip to content

Commit b15d97e

Browse files
backtrace full for debug
1 parent 6ed68b8 commit b15d97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
${{ inputs.enable_gpu && '-v /var/run/docker.sock:/var/run/docker.sock --gpus all' || '' }} \
151151
${{ inputs.enable_gpu && '-e ZKRUST_GPU=true' || '' }} \
152152
-e RUST_LOG=${{ inputs.debug_mode && 'debug' || 'info' }} \
153-
-e RUST_BACKTRACE=1 \
153+
-e RUST_BACKTRACE=${{ inputs.debug_mode && 'full' || '1' }} \
154154
ghcr.io/prooflabdev/zkrust:${IMAGE_TAG} \
155155
make benchmark_${{ matrix.prover }}_${program}
156156
done

0 commit comments

Comments
 (0)