Remove ci/run-local.sh

This commit is contained in:
Michael Vines
2019-03-15 15:09:21 -07:00
parent a88b36d718
commit ca4f874f52
2 changed files with 0 additions and 26 deletions

View File

@@ -83,12 +83,6 @@ Run the test suite:
$ cargo test --all
```
To emulate all the tests that will run on a Pull Request, run:
```bash
$ ./ci/run-local.sh
```
Local Testnet
---