From d0cce8a048cc793edb8422c1f5d9cab51302db4f Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Tue, 20 Jan 2026 18:56:02 +0100 Subject: [PATCH] chore: Change Maven command from 'test' to '-B verify' on CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0d1223..7e416d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,4 @@ jobs: - name: Install and run IPFS run: ./install-run-ipfs.sh - name: Build & run tests with Maven - run: mvn test + run: mvn -B verify