diff --git a/docs/development.md b/docs/development.md index 32b215a27a..864831d900 100644 --- a/docs/development.md +++ b/docs/development.md @@ -191,10 +191,10 @@ To view stats about the cache, see https://app.cachix.org/cache/oak-1 . Running the integration tests for Oak Functions will confirm that all core prerequisites have been installed. -Run them inside Docker with: +Run them with: ```bash -cargo nextest run --package=oak_functions_launcher +bazel test //oak_functions_launcher:oak_functions_launcher_integration_test ``` Each test: