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 a51f2eb commit 73efb50Copy full SHA for 73efb50
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
cd codec
51
go mod edit -droprequire github.com/ugorji/go
52
- tt=( "" "codec.safe" "codec.notfastpath" "codec.safe codec.notfastpath" \
+ t=( "" "codec.safe" "codec.notfastpath" "codec.safe codec.notfastpath" \
53
"codec.notmono" "codec.notmono codec.safe" \
54
"codec.notmono codec.notfastpath" "codec.notmono codec.safe codec.notfastpath" )
55
for i in "${t[@]}"; do
0 commit comments