Make complement go fast

This commit is contained in:
Kegan Dougal 2022-03-01 15:27:59 +00:00
parent 8dfc958ddd
commit b2b1acb32c

View file

@ -63,7 +63,7 @@ jobs:
# Run Complement
- run: |
set -o pipefail &&
go test -v -p 1 -json -tags dendrite_blacklist ./tests/... 2>&1 | gotestfmt
go test -v -json -tags dendrite_blacklist ./tests/... 2>&1 | gotestfmt
shell: bash
name: Run Complement Tests
env: