Skip to content

Commit

Permalink
update readme a little
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk committed Apr 7, 2024
1 parent 8bbddd7 commit 05a61b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ In order to specify how to validate the error message, a struct `matcher` is ava

### How to test

Execute [`execute_tests.sh`](execute_tests.sh) after installing [`bazelisk`](https://github.com/bazelbuild/bazelisk).
Execute [`execute_tests.sh`](execute_tests.sh) after installing [`bazelisk`](https://github.com/bazelbuild/bazelisk). It executes `bazelisk test` and `bazelisk build` commands under the hood.

When writing tests, in principle, do the following things

- Use `tags = ["manual", "fail-to-build"]` if a test case target must fail to build with `bazelisk build`
- Otherwise, do not use any of the tags above for the target.

0 comments on commit 05a61b8

Please sign in to comment.