This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 147d58b  Do not skip tests in native jobs using -DskipTest it skips 
also integration tests, not only JVM tests
147d58b is described below

commit 147d58b8bb0b9395cf4c99e84f81dbfe3e7cd8b8
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Fri May 8 18:44:52 2020 +0200

    Do not skip tests in native jobs using -DskipTest it skips also
    integration tests, not only JVM tests
    
    This reverts commit 310277c04ef11db70a276c5a92b913c7508b3600.
---
 .github/workflows/ci-build.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index e01e970..7499b62 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -203,7 +203,6 @@ jobs:
           eval ./mvnw -V -ntp ${BRANCH_OPTIONS} clean verify \
             -Dnative \
             -Ddocker \
-            -DskipTests \
             -pl "${modules[*]}"
 
   # memoryhogs:

Reply via email to