Skip to content

Commit

Permalink
Update Complement to match new public API shape (#3232)
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Oct 11, 2023
1 parent 2259e71 commit 5888329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dendrite.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/complement.sh
Expand Up @@ -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

0 comments on commit 5888329

Please sign in to comment.