We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca4500 commit 6154089Copy full SHA for 6154089
.github/workflows/build.yml
@@ -48,3 +48,7 @@ jobs:
48
- name: Build
49
run: |
50
xmake build --verbose --diagnosis --all -y
51
+
52
+ - name: Run tests
53
+ run: |
54
+ xmake run -v blook-test
0 commit comments