Update On Sun Nov 23 19:37:03 CET 2025

This commit is contained in:
github-action[bot]
2025-11-23 19:37:03 +01:00
parent c5f644c0b0
commit de15f1c914
71 changed files with 643 additions and 381 deletions

View File

@@ -54,6 +54,11 @@ jobs:
cd $(go env GOROOT)
patch --verbose -p 1 < $GITHUB_WORKSPACE/.github/patch/go${{matrix.go-version}}.patch
- name: Remove inbound test for macOS
if: ${{ runner.os == 'macOS' }}
run: |
rm -rf listener/inbound/*_test.go
- name: Test
run: go test ./... -v -count=1