Skip to content
Snippets Groups Projects
Unverified Commit 13944678 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Use new go test running syntax for complement. (#10488)

Updates CI and the helper script t ensures all tests are run (in parallel).
parent 2476d537
No related branches found
No related tags found
No related merge requests found
...@@ -344,7 +344,7 @@ jobs: ...@@ -344,7 +344,7 @@ jobs:
working-directory: complement/dockerfiles working-directory: complement/dockerfiles
# Run Complement # 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: env:
COMPLEMENT_BASE_IMAGE: complement-synapse:latest COMPLEMENT_BASE_IMAGE: complement-synapse:latest
working-directory: complement working-directory: complement
......
Update syntax used to run complement tests.
...@@ -65,4 +65,4 @@ if [[ -n "$1" ]]; then ...@@ -65,4 +65,4 @@ if [[ -n "$1" ]]; then
fi fi
# Run the tests! # Run the tests!
go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment