From f5e17196bfb144aca8bd127dc422b0cc5d1241ce Mon Sep 17 00:00:00 2001 From: star9029 Date: Fri, 24 Jan 2025 15:08:55 +0800 Subject: [PATCH] Improve xmake ci build speed (#51) --- .github/workflows/xmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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