Skip to content

Commit

Permalink
ci: enable integ tests in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
exbotanical committed Oct 28, 2023
1 parent 5a9748b commit 07885cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if [ "$(echo "$ret" | grep 'not ok')" != "" ]; then
exit 1
fi

# make -s integ_test 2>/dev/null
make -s integ_test 2>/dev/null
exit $?

0 comments on commit 07885cd

Please sign in to comment.