docs: fix doc for integration test

This commit is contained in:
117503445 2024-08-07 23:41:45 +08:00 committed by ArcticLampyrid
parent ae0acf1084
commit 63a9d16e79
No known key found for this signature in database
GPG key ID: DC72A2519E77D6CF

View file

@ -11,10 +11,10 @@ Tests are located in files ending with `_test.go` and the framework are located
## Running integration tests locally
The easiest way to run tests locally is to use `[act](INSERT LINK)`, a local GitHub Actions runner:
The easiest way to run tests locally is to use [act](https://github.com/nektos/act), a local GitHub Actions runner:
```
act pull_request -W .github/workflows/test-integration-v2-TestPingAllByIP.yaml
act pull_request -W .github/workflows/test-integration.yaml
```
Alternatively, the `docker run` command in each GitHub workflow file can be used.