Skip to content

Commit

Permalink
test_package: disable OCaml tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Dec 12, 2023
1 parent f2e7af7 commit 23f697f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/test_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ diag "-- Verify all examples --"
if [[ -z "$CI_THREADS" ]] ; then
CI_THREADS=1
fi
make -j "$CI_THREADS" -C /tmp/fstar_examples && make -j "$CI_THREADS" -C /tmp/fstar_doc/tutorial regressions
make -j "$CI_THREADS" -C /tmp/fstar_examples HAS_OCAML= && make -j "$CI_THREADS" -C /tmp/fstar_doc/tutorial HAS_OCAMLFIND= regressions
if [ $? -ne 0 ]; then
echo -e "* ${RED}FAIL!${NC} for all examples - make returned $?"
exit 1
Expand Down

0 comments on commit 23f697f

Please sign in to comment.