diff options
author | Erik Johnston <erik@matrix.org> | 2021-10-08 10:05:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 10:05:48 +0100 |
commit | 0b4d5ce5e34ab46b5b55976bfdd0d1d0b105cf13 (patch) | |
tree | 86a140ae77de27cd5be751bf3c9fceecf33e4b73 /changelog.d/11017.misc | |
parent | disallow-untyped-defs for synapse.server_notices (#11021) (diff) | |
download | synapse-0b4d5ce5e34ab46b5b55976bfdd0d1d0b105cf13.tar.xz |
Fix CI to run the unit tests without optional deps (#11017)
This also turns off calculating code coverage, as we didn't use it and it was a lot of noise
Diffstat (limited to '')
-rw-r--r-- | changelog.d/11017.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11017.misc b/changelog.d/11017.misc new file mode 100644 index 0000000000..f05530ac94 --- /dev/null +++ b/changelog.d/11017.misc @@ -0,0 +1 @@ +Fix CI to run the unit tests without optional deps. |