From 360cd596db4e930c4d7d67ae8d04184e999765ac Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 28 Jan 2019 11:51:21 +0000 Subject: [PATCH] Actually run sytests --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 16dc7ae93..6ded940c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,9 @@ jobs: command: | test -f server.key || openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -days 3650 -nodes -subj /CN=localhost test -f matrix_key.pem || ./bin/generate-keys -private-key matrix_key.pem + - run: + name: Run sytest with whitelisted tests + command: /synapse_sytest.sh - store_artifacts: path: /logs