Skip to content

Commit

Permalink
Update command to run integration tests.
Browse files Browse the repository at this point in the history
The command is outdated after moving away from cargo to run the test.

Change-Id: Id53b8253948429f42b46bbe90c624c75ec214e98
  • Loading branch information
arubegonsan committed Jan 17, 2025
1 parent 42fcfac commit 7b10d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b10d6a

Please sign in to comment.