From 362cb874c404e76994bf24479f318f6be65004e7 Mon Sep 17 00:00:00 2001 From: jwcullen Date: Thu, 25 Apr 2024 10:52:27 -0400 Subject: [PATCH] `README.md`: Update to recommend running unit tests with `-c opt`. - This is not strictly necessary. It provides a better default experience by keeping the cache from the previous steps. PiperOrigin-RevId: 628075126 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24e4a26d..89f25a15 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ bazel build -c opt //iamf/cli:encoder_main Running built-in tests: ``` -bazel test //iamf/... +bazel test -c opt //iamf/... ``` #### Using the encoder with proto input