Skip to content

Commit cab94cc

Browse files
authored
ci(llgotest):remove complete comment (#472)
* ci(llgotest):remove complete comment * test:Test For llgo and go
1 parent a1730b0 commit cab94cc

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/go.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff 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 ./...

0 commit comments

Comments
 (0)