File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
test/glojure/test_glojure Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2525 go-version : ${{ matrix.go }}
2626 cache : false
2727 - run : make test
28+ - name : Debug with tmate on failure
29+ if : ${{ failure() }}
30+ uses : mxschmitt/action-tmate@v3
Original file line number Diff line number Diff line change 144144 [char [:error (char 0) (char 1) (char 127) (char 32767) :error :error :error :error]]
145145 ;; In go, char == rune, which is equivalent to int32
146146 [unchecked-char [(Char -1) (Char 0) (Char 1) (Char 127) (Char 32767) (Char math.MaxInt32) (Char -1) (Char -1) (Char -1)]]
147- ;; bytes are unsigned in go
148147 [byte [255 0 1 math.MaxInt8 :error :error :error :error :error]]
149148 ;; bytes are unsigned in go
150149 [unchecked-byte [255 0 1 math.MaxInt8 255 255 255 255 255]]
You can’t perform that action at this time.
0 commit comments