add instructions on how to run integration tests
This commit is contained in:
parent
130915784e
commit
654111527a
1 changed files with 6 additions and 0 deletions
|
@ -4,3 +4,9 @@ Integration tests configure real virtual machines and run tests on
|
|||
those to assert some properties.
|
||||
|
||||
You can find all integration tests under the [tests/integration](/tests/integration) directory.
|
||||
|
||||
## Run integration tests
|
||||
|
||||
```console
|
||||
nix-build -A tests.integration.keycloak
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue