fix: Improve speedtest by adding direct connection toggle (#3919)

It's weird to test connection speeds over DERP, because most
connections will eventually migrate to direct.
This commit is contained in:
Kyle Carberry
2022-09-07 03:21:08 +00:00
committed by GitHub
parent 0f0e3d1068
commit 80352656e9
6 changed files with 50 additions and 20 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v3