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: 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