optimize(dns): dialer timeout

This commit is contained in:
源文雨
2024-04-17 00:31:31 +09:00
parent e842e5b521
commit da1b7aad34
4 changed files with 20 additions and 11 deletions

View File

@@ -19,6 +19,9 @@ jobs:
- name: Setup Go Environment
uses: actions/setup-go@master
- name: Run Go Test
run: go test $(go list ./...)
- name: Test Build
env:
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}