diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-07-27 08:08:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 12:08:51 +0000 |
commit | 13944678c3c696418bfde3463bda4cedc8d289c2 (patch) | |
tree | e0820f6b4001c2428665b8de9113bf852afdde8c /.github | |
parent | Mitigate media repo XSSs on IE11. (#10468) (diff) | |
download | synapse-13944678c3c696418bfde3463bda4cedc8d289c2.tar.xz |
Use new go test running syntax for complement. (#10488)
Updates CI and the helper script t ensures all tests are run (in parallel).
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4e61824ee5..0a62c62d02 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -344,7 +344,7 @@ jobs: working-directory: complement/dockerfiles # Run Complement - - run: go test -v -tags synapse_blacklist,msc2403,msc2946,msc3083 ./tests + - run: go test -v -tags synapse_blacklist,msc2403,msc2946,msc3083 ./tests/... env: COMPLEMENT_BASE_IMAGE: complement-synapse:latest working-directory: complement |