Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
bazel query '\''tests(//...)'\'' | xargs bazel test		# or use 'ot' aliasali

If you want to import the project into IntelliJ, please install the Bazel plugin and then import the project using File → Import Bazel Project... option.

...