Skip to content

Commit 6154089

Browse files
ci: run tests
1 parent 9ca4500 commit 6154089

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ jobs:
4848
- name: Build
4949
run: |
5050
xmake build --verbose --diagnosis --all -y
51+
52+
- name: Run tests
53+
run: |
54+
xmake run -v blook-test

0 commit comments

Comments
 (0)