Skip to content

Commit

Permalink
README.md: Update to recommend running unit tests with -c opt.
Browse files Browse the repository at this point in the history
  - This is not strictly necessary. It provides a better default experience by keeping the cache from the previous steps.

PiperOrigin-RevId: 628075126
  • Loading branch information
jwcullen committed Apr 25, 2024
1 parent fea2bfe commit 362cb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 362cb87

Please sign in to comment.