File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,22 +39,23 @@ jobs:
3939 if : startsWith(matrix.os, 'ubuntu')
4040 run : sudo apt install libcjson-dev
4141
42+ # only can compile with llgo
4243 - name : Test xtool
4344 run : |
44- # llgo test ./_xtool/internal/parser/...
45- # got go/bin/parser.test: exit code -1
46-
47- # check exit code outout for temporary fix
48- # with the latest update can exit in llgo test
49- # only with llgo test ./... with llgo update
50- # https://github.com/goplus/llgo/pull/1128
5145 llgo test ./_xtool/internal/...
52- llgo test ./config
5346
47+ # only can compile with llgo
5448 - name : Test llcppsymg & llcppsigfetch
5549 run : |
5650 llgo test ./_xtool/llcppsigfetch/internal/...
5751 llgo test ./_xtool/llcppsymg/internal/...
52+
53+ - name : Test For llgo and go
54+ run : |
55+ llgo test ./config
56+ llgo test ./internal/arg
57+ llgo test ./internal/name
58+
5859 - name : Test
5960 if : ${{!startsWith(matrix.os, 'macos')}}
6061 run : go test -v ./...
You can’t perform that action at this time.
0 commit comments