From 7b10d6a4ed1dc5e218df8e8c2bcd1164d442cb62 Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Date: Fri, 17 Jan 2025 23:22:31 +0000 Subject: [PATCH] Update command to run integration tests. The command is outdated after moving away from cargo to run the test. Change-Id: Id53b8253948429f42b46bbe90c624c75ec214e98 --- docs/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: