aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorkegsay <kegan@matrix.org>2022-03-01 16:03:54 +0000
committerGitHub <noreply@github.com>2022-03-01 16:03:54 +0000
commitae840590b643bd74786f3e8a869a8ea9e769995b (patch)
tree5889ad6797aea69bdba35a9d3969d909853d696d /.github
parent8dfc958dddc5f7125633f9b5cf55371ab35ceb6c (diff)
Make complement go fast (#2240)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 124940f7..4a172029 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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: