Skip to content

Commit 5ecbace

Browse files
committed
Debug failures
Signed-off-by: James Hamlin <[email protected]>
1 parent b27434b commit 5ecbace

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ jobs:
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

test/glojure/test_glojure/numbers.glj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
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]]

0 commit comments

Comments
 (0)