diff options
author | techknowlogick | 2018-05-27 13:01:02 -0400 |
---|---|---|
committer | GitHub | 2018-05-27 13:01:02 -0400 |
commit | b6604505e7f4493b87dbfc35b486b9a7d21bb71e (patch) | |
tree | df97c33831d328d24d5d931fad4ed5ca680cef5d /CONTRIBUTING.md | |
parent | 5095dfaed631d5b5586796002c418c4c109e4066 (diff) |
Update drone test instructions in CONTRIBUTING.md (#4055)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4ea09404..d1b53e792 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,8 +70,8 @@ running the test suite exactly like we do, you should install the CLI for [Drone CI](https://github.com/drone/drone), as we are using the server for continous testing, following [these instructions](http://readme.drone.io/usage/getting-started-cli). After that, -you can simply call `drone exec` within your working directory and it will try -to run the test suite locally. +you can simply call `drone exec --local --build-event "pull_request"` within +your working directory and it will try to run the test suite locally. ## Vendoring |