We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b2eae commit 9f75accCopy full SHA for 9f75acc
1 file changed
.github/workflows/ci.yml
@@ -167,7 +167,7 @@ jobs:
167
run: |
168
echo "Architecture: `uname -a`"
169
mvn --version
170
- cd /work && mvn -e --batch-mode --no-transfer-progress test
+ cd /work && mvn -X -e --batch-mode --no-transfer-progress test
171
172
# This will test the build process using an external amalgamation, as well as the
173
# Java tests with that native library, as some functions will not be available (extensions).
0 commit comments