We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7584b commit e8cc839Copy full SHA for e8cc839
1 file changed
tools/travis/test_openwhisk.sh
@@ -73,7 +73,8 @@ cd $TRAVIS_BUILD_DIR
73
#
74
# Run Unit and native tests
75
76
-./gradlew --console=plain --info goTest -PgoTags=unit,native
+./gradlew --console=plain --info goTest -PgoTags=unit
77
+./gradlew --console=plain --info goTest -PgoTags=native
78
79
80
# Set up the OpenWhisk environment for integration testing
0 commit comments