diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-05-24 15:00:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-24 15:00:03 +0100 |
commit | 1667a4b09f320c9afb07693d8849c55a01f6e2ed (patch) | |
tree | 9afae56b850ffb8824e45e76fa2808e70e90d01d /.github | |
parent | e1ec98e248ab9cdaa5f648bad871994b7abcabc7 (diff) |
Add SyTest support to CI (#704)
Adds SyTest CI through CircleCI.
Also need to add all the tests that currently pass to testfile, but I don't think that's a hard blocker for merging.
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a53931f4..f4724c31 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,5 +2,5 @@ <!-- Please read CONTRIBUTING.md before submitting your pull request --> -* [ ] I have made sure any new dependencies have been checked into the `vendor/` directory +* [ ] I have added any new tests that need to pass to `testfile` as specified in [docs/sytest.md](https://github.com/matrix-org/dendrite/blob/master/docs/sytest.md) * [ ] Pull request includes a [sign off](https://github.com/matrix-org/dendrite/blob/master/CONTRIBUTING.md#sign-off) |