Use ripgrep to find list of tests
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
da48cf64b3
commit
673638afe7
2 changed files with 43 additions and 28 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue