Skip to content

Commit 4a69582

Browse files
committed
update macosx github action
1 parent ef97830 commit 4a69582

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/macos.yml .github/workflows/macosx.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: macOS_arm64
1+
name: macosx-build
22

33
on:
44
push:
@@ -48,14 +48,18 @@ jobs:
4848
run: |
4949
xmake f -c -k ${{ matrix.kind }} -y -vD --feedback=n
5050
51-
- name: build
51+
- name: build python
5252
run: |
53-
xmake -b core
53+
xmake -b core
54+
55+
- name: test python
56+
run: |
57+
python hikyuu/test/test.py
5458
55-
- name: build
59+
- name: build test
5660
run: |
57-
xmake -b small-test
61+
xmake -b unit-test
5862
5963
- name: test
6064
run: |
61-
xmake r small-test
65+
xmake r unit-test

0 commit comments

Comments
 (0)