diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-12 13:26:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 13:26:33 +0100 |
commit | dd7484b5628dc297d0324198c9f5765247f982b5 (patch) | |
tree | c2c83bc1ddf862e30aff668ab1910fe79c4e2bc1 /changelog.d | |
parent | Remove check current state membership up to date (#13745) (diff) | |
download | synapse-dd7484b5628dc297d0324198c9f5765247f982b5.tar.xz |
Fix CI on non-PR builds (#13769)
Mark cargo-test as skippable since it only runs on Rust code change.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13769.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13769.misc b/changelog.d/13769.misc new file mode 100644 index 0000000000..2e0dd68a0f --- /dev/null +++ b/changelog.d/13769.misc @@ -0,0 +1 @@ +Add a stub Rust crate. |