diff --git a/.github/workflows/xmake.yml b/.github/workflows/xmake.yml index fed0a3c7..9494091b 100644 --- a/.github/workflows/xmake.yml +++ b/.github/workflows/xmake.yml @@ -75,7 +75,7 @@ jobs: - name: Build clice run: | - xmake --verbose --diagnosis + xmake build --verbose --diagnosis --all - name: Run tests run: xmake test --verbose