Skip to content

Commit

Permalink
Update with correct bazel/test invokation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel N. Miller (APD) committed Nov 9, 2021
1 parent 56402a1 commit 9bcbce3
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 @@ -67,7 +67,7 @@ bazel 4.0.0
~/xls$ sudo apt install python3-distutils python3-dev libtinfo5 python-is-python3

~/xls$ # Now build/test everything in optimized build mode.
~/xls$ bazel test -c opt ...
~/xls$ bazel test -c opt //...
```

A reference build/test environment setup is also provided via `Dockerfile`:
Expand Down

0 comments on commit 9bcbce3

Please sign in to comment.