2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00

CI: Check that rclone backend test isn't skipped

This commit is contained in:
Alexander Neumann 2018-03-14 21:16:10 +01:00
parent 065fe1e54f
commit 3622b60c13

View File

@ -192,6 +192,7 @@ func (env *TravisEnvironment) RunTests() error {
"restic/backend/rest.TestBackendREST", "restic/backend/rest.TestBackendREST",
"restic/backend/sftp.TestBackendSFTP", "restic/backend/sftp.TestBackendSFTP",
"restic/backend/s3.TestBackendMinio", "restic/backend/s3.TestBackendMinio",
"restic/backend/rclone.TestBackendRclone",
} }
// if the test s3 repository is available, make sure that the test is not skipped // if the test s3 repository is available, make sure that the test is not skipped