forked from TrueCloudLab/restic
CI: Check that rclone backend test isn't skipped
This commit is contained in:
parent
065fe1e54f
commit
3622b60c13
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue