Improve xmake ci build speed (#51)

This commit is contained in:
star9029
2025-01-24 15:08:55 +08:00
committed by GitHub
parent 1a298a3be7
commit f5e17196bf

View File

@@ -75,7 +75,7 @@ jobs:
- name: Build clice
run: |
xmake --verbose --diagnosis
xmake build --verbose --diagnosis --all
- name: Run tests
run: xmake test --verbose