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:
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user