SIGN IN SIGN UP
juanfont / headscale UNCLAIMED

An open source, self-hosted implementation of the Tailscale control server

0 0 43 Go

ci: restrict test generator to .go files

The integration test generator scanned all files under integration/
with ripgrep, matching func Test* patterns in README.md code examples
(TestMyScenario, TestRouteAdvertisementBasic). Add --type go to limit
the search to Go source files.
K
Kristoffer Dalby committed
1f9635c2ec20b362281daa9c24adcd7e008f765c
Parent: fd10741