From a42fae7a8afeb4564144958e3ab0fc23c38d4f59 Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Fri, 3 Dec 2021 17:51:44 +0000 Subject: [PATCH] chore(build): Reenable advanced compilation test Fixes #5602. --- tests/run_all_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run_all_tests.sh b/tests/run_all_tests.sh index c754d60aa08..71d5dfabdea 100755 --- a/tests/run_all_tests.sh +++ b/tests/run_all_tests.sh @@ -76,8 +76,8 @@ run_test_command "package" "npm run package" # Run Node tests. run_test_command "node" "./node_modules/.bin/mocha tests/node --config tests/node/.mocharc.js" -# # Attempt advanced compilation of a Blockly app. -# run_test_command "advanced_compile" "npm run test:compile:advanced" +# Attempt advanced compilation of a Blockly app. +run_test_command "advanced_compile" "npm run test:compile:advanced" # End of tests.