Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cd YOUR_PROJECT
To build all targets of the module the following command can be used:

```sh
bazel build //score/...
bazel build --config=x86_64-linux //score/...
```

This command will instruct Bazel to build all targets that are under Bazel
Expand All @@ -67,7 +67,7 @@ artifacts of the module.
### 3️⃣ Run Tests

```sh
bazel test //tests/...
bazel test --config=x86_64-linux -- //score/... -//score/test/component/...
```

---
Expand Down
Loading