1
0
Fork 0

add instructions on how to run integration tests

This commit is contained in:
ibizaman 2023-03-07 00:36:15 -08:00
parent 130915784e
commit 654111527a

View file

@ -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
```