Skip to content

Commit

Permalink
Merge pull request #13 from luoliwoshang/ci/cmptest
Browse files Browse the repository at this point in the history
ci:llgo cmptest for llcppsifetch & llcppsymg
  • Loading branch information
xushiwei authored Nov 29, 2024
2 parents bf2618a + 5e7bb44 commit d014c31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ jobs:
- name: Install llcppg dependencies
run: bash .github/workflows/install_llcppg_depend.sh

- name: Test llcppsymg
run: |
llgo cmptest ./_xtool/llcppsigfetch/parse/cvt_test/...
# llgo cmptest ./_xtool/llcppsymg/_cmptest/... causes
# panic: runtime error: index out of range [0] with length 0
cd _xtool/llcppsymg/_cmptest
llgo cmptest ./...
cd ../../../
- name: Test
run: go test -v ./...

Expand Down

0 comments on commit d014c31

Please sign in to comment.