Skip to content

Commit

Permalink
Force use121=0
Browse files Browse the repository at this point in the history
  • Loading branch information
googollee committed Apr 11, 2024
1 parent 5f0b05d commit 69804ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v ./...
run: ./test.sh
3 changes: 3 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

GODEBUG=httpmuxgo121=0 go test ./... -v

0 comments on commit 69804ec

Please sign in to comment.