aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorkegsay <kegan@matrix.org>2023-10-11 17:41:12 +0100
committerGitHub <noreply@github.com>2023-10-11 17:41:12 +0100
commit5888329b133468b23bb6d84ab9f244c667c9ac17 (patch)
tree7aefde35b90c81cf0410168626de493bc00f04f6 /.github
parent2259e71c0cc7d154eefd85a6466b08e7afb7f69a (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 '.github')
-rw-r--r--.github/workflows/dendrite.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml
index 772b45cb..ac40f06b 100644
--- a/.github/workflows/dendrite.yml
+++ b/.github/workflows/dendrite.yml
@@ -440,7 +440,7 @@ jobs:
# Run Complement
- run: |
set -o pipefail &&
- go test -v -json -tags dendrite_blacklist ./tests/... 2>&1 | gotestfmt -hide all
+ go test -v -json -tags dendrite_blacklist ./tests ./tests/csapi 2>&1 | gotestfmt -hide all
shell: bash
name: Run Complement Tests
env: