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

Updates CI and the helper script t ensures all tests are run (in parallel).
This commit is contained in:
Patrick Cloke 2021-07-27 08:08:51 -04:00 committed by GitHub
parent 2476d5373c
commit 13944678c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -65,4 +65,4 @@ if [[ -n "$1" ]]; then
fi
# 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/...