Skip to content

Commit

Permalink
Revert "remove test projects"
Browse files Browse the repository at this point in the history
This reverts commit 8baee22.
  • Loading branch information
rjbou committed Feb 21, 2025
1 parent 8baee22 commit 0598fd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/main/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ if [ "$OPAM_DEPENDS" = "1" ]; then
(set +x; echo -en "::group::depends\r") 2>/dev/null

test_project "ocaml-opam" "opam-publish" 0 "make"
test_project "AltGr" "opam-bundle" 0 "make"
test_project "ocamlpro" "opam-custom-install" 1 "dune build"

if [ -n "$DEPENDS_ERRORS" ]; then
echo -e "\e[31mErrors detected in plugins $DEPENDS_ERRORS\e[0m";
Expand Down

0 comments on commit 0598fd7

Please sign in to comment.