From bdff346a20a8e2a07fe7e013c33070f430e4f0fb Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Wed, 11 Jun 2025 20:49:56 +0800 Subject: [PATCH] temp moveup testdemo --- .github/workflows/llgo.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/llgo.yml b/.github/workflows/llgo.yml index bc375f97..f3f4ed7b 100644 --- a/.github/workflows/llgo.yml +++ b/.github/workflows/llgo.yml @@ -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