fix(benchpress): benchpress fixes and a smoke test for Dart
This commit is contained in:
@ -10,4 +10,7 @@ cd $SCRIPT_DIR/../..
|
||||
|
||||
${SCRIPT_DIR}/build_$MODE.sh
|
||||
${SCRIPT_DIR}/test_unit_$MODE.sh
|
||||
if [ "$MODE" == "dart" ]; then # JS doesn't yet have server tests
|
||||
${SCRIPT_DIR}/test_server_$MODE.sh
|
||||
fi
|
||||
${SCRIPT_DIR}/test_e2e_$MODE.sh
|
||||
|
Reference in New Issue
Block a user