temp moveup testdemo
This commit is contained in:
10
.github/workflows/llgo.yml
vendored
10
.github/workflows/llgo.yml
vendored
@@ -70,11 +70,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: ${{matrix.go}}
|
go-version: ${{matrix.go}}
|
||||||
|
|
||||||
- name: _xtool build tests
|
|
||||||
run: |
|
|
||||||
cd _xtool
|
|
||||||
llgo build -v ./...
|
|
||||||
|
|
||||||
- name: Test demos
|
- name: Test demos
|
||||||
run: |
|
run: |
|
||||||
# TODO(lijie): force python3-embed to be linked with python-3.12-embed
|
# TODO(lijie): force python3-embed to be linked with python-3.12-embed
|
||||||
@@ -88,6 +83,11 @@ jobs:
|
|||||||
export PKG_CONFIG_PATH=$pcdir
|
export PKG_CONFIG_PATH=$pcdir
|
||||||
bash .github/workflows/test_demo.sh
|
bash .github/workflows/test_demo.sh
|
||||||
|
|
||||||
|
- name: _xtool build tests
|
||||||
|
run: |
|
||||||
|
cd _xtool
|
||||||
|
llgo build -v ./...
|
||||||
|
|
||||||
- name: Show test result
|
- name: Show test result
|
||||||
run: cat result.md
|
run: cat result.md
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user