mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-12 13:48:01 +00:00
tstest/integration: help bust cmd/go's test caching
It was caching too aggressively, as it didn't see our deps due to our running "go install tailscaled" as a child process. Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
3dcd18b6c8
commit
7d417586a8
@@ -4,6 +4,8 @@
|
||||
|
||||
package integration
|
||||
|
||||
//go:generate go run gen_deps.go
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
|
Reference in New Issue
Block a user