1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 13:21:13 +02:00

Add bazel ci README, update main README (#235)

This commit is contained in:
Guillaume Chatelet
2022-03-15 17:05:03 +01:00
committed by GitHub
parent c219c921c5
commit 188d0d3c38
4 changed files with 122 additions and 73 deletions

5
bazel/ci/README.md Normal file
View File

@ -0,0 +1,5 @@
## Usage
To build tests with bazel
```sh
bazel test -s --verbose_failures //...
```