Skip to content

Commit 73efb50

Browse files
committed
nit
1 parent a51f2eb commit 73efb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
cd codec
5151
go mod edit -droprequire github.com/ugorji/go
52-
tt=( "" "codec.safe" "codec.notfastpath" "codec.safe codec.notfastpath" \
52+
t=( "" "codec.safe" "codec.notfastpath" "codec.safe codec.notfastpath" \
5353
"codec.notmono" "codec.notmono codec.safe" \
5454
"codec.notmono codec.notfastpath" "codec.notmono codec.safe codec.notfastpath" )
5555
for i in "${t[@]}"; do

0 commit comments

Comments
 (0)