From 8cd66834d25917ea3b3635ac3b3ee4c7ae8a1817 Mon Sep 17 00:00:00 2001 From: Ludovic Henry Date: Wed, 1 Apr 2026 19:22:37 +0200 Subject: [PATCH] Also test lapack and arpack on Windows --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 875c8ebb..eaa25b50 100755 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -223,7 +223,7 @@ jobs: java-version: ${{ matrix.jdk }} distribution: temurin - name: Test - run: mvn --batch-mode --no-transfer-progress --projects test-utils,blas test --fail-at-end "-Dmaven.main.skip=true" "-Dmaven.antrun.skip=true" + run: mvn --batch-mode --no-transfer-progress --projects test-utils,blas,lapack,arpack test --fail-at-end "-Dmaven.main.skip=true" "-Dmaven.antrun.skip=true" release: name: Release