temp moveup testdemo

This commit is contained in:
luoliwoshang
2025-06-11 20:49:56 +08:00
parent 4f5c95045d
commit bdff346a20

View File

@@ -70,11 +70,6 @@ jobs:
with:
go-version: ${{matrix.go}}
- name: _xtool build tests
run: |
cd _xtool
llgo build -v ./...
- name: Test demos
run: |
# TODO(lijie): force python3-embed to be linked with python-3.12-embed
@@ -88,6 +83,11 @@ jobs:
export PKG_CONFIG_PATH=$pcdir
bash .github/workflows/test_demo.sh
- name: _xtool build tests
run: |
cd _xtool
llgo build -v ./...
- name: Show test result
run: cat result.md