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

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

commit 96fc78b8f3996a9f420a193748a59025e85bbc8f
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Apr 8 15:39:12 2020 +0100

    Do not skip tests for native builds
---
 .github/workflows/pr-build.yaml | 1 -
 1 file changed, 1 deletion(-)

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

Reply via email to