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