Use ripgrep to find list of tests

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2023-01-31 18:47:06 +01:00 committed by Kristoffer Dalby
parent da48cf64b3
commit 673638afe7
2 changed files with 43 additions and 28 deletions

View file

@ -11,6 +11,5 @@ Tests are located in files ending with `_test.go` and the framework are located
## Running integration tests on GitHub Actions
Each test currently runs as a separate workflows in GitHub actions, to add new test, add
the new test to the list in `../cmd/gh-action-integration-generator/main.go` and run
Each test currently runs as a separate workflows in GitHub actions, to add new test, run
`go generate` inside `../cmd/gh-action-integration-generator/` and commit the result.