From 3622b60c130d051425a5563984f88b4bbd9a998d Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 14 Mar 2018 21:16:10 +0100 Subject: [PATCH] CI: Check that rclone backend test isn't skipped --- run_integration_tests.go | 1 + 1 file changed, 1 insertion(+) diff --git a/run_integration_tests.go b/run_integration_tests.go index a5451560e..7c37d859c 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -192,6 +192,7 @@ func (env *TravisEnvironment) RunTests() error { "restic/backend/rest.TestBackendREST", "restic/backend/sftp.TestBackendSFTP", "restic/backend/s3.TestBackendMinio", + "restic/backend/rclone.TestBackendRclone", } // if the test s3 repository is available, make sure that the test is not skipped