diff --git a/docs/tutorials/integrationtests.md b/docs/tutorials/integrationtests.md index b4bef9d..32c276e 100644 --- a/docs/tutorials/integrationtests.md +++ b/docs/tutorials/integrationtests.md @@ -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 +```