We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1730b0 commit d69f286Copy full SHA for d69f286
1 file changed
.github/workflows/go.yml
@@ -41,15 +41,7 @@ jobs:
41
42
- name: Test xtool
43
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
51
llgo test ./_xtool/internal/...
52
- llgo test ./config
53
54
- name: Test llcppsymg & llcppsigfetch
55
0 commit comments