Skip to content

Commit

Permalink
finagle: Add test command in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Problem/Solution

This is brought up here
twitter#763 (comment).

Differential Revision: https://phabricator.twitter.biz/D303302
  • Loading branch information
yufangong authored and jenkins committed Apr 24, 2019
1 parent f0ab09a commit a288803
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ from Java. These compilation tests also provide Java users with testable example
of the API usage. For an example of a Java compilation test see
[AddrCompilationTest.java][9].

Run tests against the updated project:
``` bash
./sbt 'project $project-name' test
```

Note that while you will see a [Travis CI][travis-ci] status message in your
pull request, this may not always be accurate, and in any case all changes will
be tested internally at Twitter before being merged. We're working to make
Expand Down

0 comments on commit a288803

Please sign in to comment.