From 1243d19c862ef804317bb8362f1551d503e5029e Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 19 Sep 2022 12:51:13 -0700 Subject: [PATCH] fixup! feat: collect codecov integration tests --- ci/dev/test-unit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/dev/test-unit.sh b/ci/dev/test-unit.sh index e832c1031..fe631335a 100755 --- a/ci/dev/test-unit.sh +++ b/ci/dev/test-unit.sh @@ -17,7 +17,7 @@ main() { else echo "Could not find lib/vscode/out or lib/vscode-reh-web-*" echo "Code must be built before running unit tests" - # exit 1 + exit 1 fi popd fi