From 408f334e6f3a5a386a8a7f782ebc844abd187dfc Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Fri, 16 Jul 2021 01:18:36 +0200 Subject: [PATCH] Run tests in CI again --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 75e20cd..6208e0d 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,7 +15,7 @@ jobs: with: java-version: 8 - name: Run tests - run: ./mill -i -j $(nproc) __.publishArtifacts __.test + run: ./mill -i all __.publishArtifacts __.test publish-sonatype: if: github.repository == 'com-lihaoyi/geny' && contains(github.ref, 'refs/tags/')