From 84f998a97742c7e409434d535b30206c6f94ff59 Mon Sep 17 00:00:00 2001 From: XYShaoKang <38753204+XYShaoKang@users.noreply.github.com> Date: Sat, 4 Sep 2021 09:03:29 +0800 Subject: [PATCH] ci: add test --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7361c41..020ba88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,7 @@ script: - echo 'Building...' && echo -en 'travis_fold:start:build\\r' - node common/scripts/install-run-rush.js rebuild --verbose - echo -en 'travis_fold:end:build\\r' + + - echo 'Testing...' && echo -en 'travis_fold:start:test\\r' + - node common/scripts/install-run-rush.js test --verbose + - echo -en 'travis_fold:end:test\\r'