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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new f62c9208 Check we can compile tests
f62c9208 is described below

commit f62c920894456afc4cc03698d502d37811ae7bf0
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 27 19:13:26 2023 +0100

    Check we can compile tests
    
    [skip ci]
---
 .github/workflows/benchmarkadhoc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/benchmarkadhoc.yml 
b/.github/workflows/benchmarkadhoc.yml
index ff6210e6..fda1919a 100644
--- a/.github/workflows/benchmarkadhoc.yml
+++ b/.github/workflows/benchmarkadhoc.yml
@@ -62,4 +62,4 @@ jobs:
       # "C:\\ProgramData\\chocolatey\\lib\\mingw\\tools\\install\\mingw64\\opt"
       env:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
-      run: mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false clean verify -Pbenchmark
+      run: mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false clean test-compile -Pbenchmark

Reply via email to