diff options
author | kegsay <kegan@matrix.org> | 2023-10-11 17:41:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 17:41:12 +0100 |
commit | 5888329b133468b23bb6d84ab9f244c667c9ac17 (patch) | |
tree | 7aefde35b90c81cf0410168626de493bc00f04f6 /build | |
parent | 2259e71c0cc7d154eefd85a6466b08e7afb7f69a (diff) |
Update Complement to match new public API shape (#3232)
Sister PR to matrix-org/complement#666
Context:
https://github.com/matrix-org/complement/issues/654#issuecomment-1746613495
Diffstat (limited to 'build')
-rwxr-xr-x | build/scripts/complement.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/complement.sh b/build/scripts/complement.sh index 29feff30..8608d8fa 100755 --- a/build/scripts/complement.sh +++ b/build/scripts/complement.sh @@ -15,5 +15,5 @@ tar -xzf master.tar.gz # Run the tests! cd complement-master -COMPLEMENT_BASE_IMAGE=complement-dendrite:latest go test -v -count=1 ./tests +COMPLEMENT_BASE_IMAGE=complement-dendrite:latest go test -v -count=1 ./tests ./tests/csapi |