Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function avm_check_circuit {
fi

# Run check-circuit
avm_check_circuit_cmds | parallelize
avm_check_circuit_cmds | parallelize 16
}

# Generates e2e test commands using contract artifacts from a prior release version.
Expand Down
Loading