Skip to content

Commit

Permalink
add back test-vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhargava-jump committed Feb 12, 2025
1 parent d9eb7b9 commit c24fcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/test/ci_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ for MACHINE in ${MACHINES[*]}; do
fi
make run-fuzz-test
make run-script-test
# NUM_PROCESSES=8 make run-test-vectors
NUM_PROCESSES=2 make run-test-vectors
if [[ "$HAS_LLVM_COV" == 1 ]]; then
make "${OBJDIR}/cov/cov.lcov"
fi
Expand Down

0 comments on commit c24fcce

Please sign in to comment.