Skip to content

Commit e8cc839

Browse files
dubeemdeuser
authored andcommitted
Run unit and native tests separately (#304)
1 parent fb7584b commit e8cc839

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/travis/test_openwhisk.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ cd $TRAVIS_BUILD_DIR
7373
#
7474
# Run Unit and native tests
7575
#
76-
./gradlew --console=plain --info goTest -PgoTags=unit,native
76+
./gradlew --console=plain --info goTest -PgoTags=unit
77+
./gradlew --console=plain --info goTest -PgoTags=native
7778

7879
#
7980
# Set up the OpenWhisk environment for integration testing

0 commit comments

Comments
 (0)