From c4472363579e26485fdfc01f4fd79b86d44acd86 Mon Sep 17 00:00:00 2001 From: Mark Sargent <99003+sarge@users.noreply.github.com> Date: Sat, 14 Mar 2020 06:32:53 +1300 Subject: caddyhttp: Fix default SNI for default conn policy (#3141) * add integration tests * removed SNI test * remove integration test condition * minor edit * fix sni when using static certificates Co-authored-by: Matt Holt --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 21be1f1..1829cde 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -130,6 +130,15 @@ jobs: continueOnError: true displayName: Run tests + - script: | + set -e + cmd/caddy/caddy start + go test -v -count=1 ./caddytest/... + cmd/caddy/caddy stop + workingDirectory: '$(modulePath)' + continueOnError: false + displayName: Run Integration tests + - script: | mkdir coverage gocov convert cover-profile.out > coverage/coverage.json -- cgit v1.2.3