Skip to content

Commit

Permalink
Add a note that you need to be running a docker daemon for the tests. (
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwatson authored Apr 3, 2020
1 parent b14a2dd commit 0d8e73c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ $ git commit -m "Update javadoc for API."
Continuous integration builds the project, runs the tests, and runs multiple
types of static analysis.

1. From the root project directory, initialize repository dependencies
1. Note: Currently, to run the full suite of tests, you'll need to be running a docker daemon.

2. From the root project directory, initialize repository dependencies

`make init-git-submodules`

2. Run the following commands to build, run tests and most static analysis, and
3. Run the following commands to build, run tests and most static analysis, and
check formatting:

##### OS X or Linux
Expand Down

0 comments on commit 0d8e73c

Please sign in to comment.