diff --git a/fs/test_all.go b/fs/test_all.go index 3d8de44a0..9bf269ffe 100644 --- a/fs/test_all.go +++ b/fs/test_all.go @@ -22,15 +22,17 @@ import ( var ( remotes = []string{ - "TestSwift:", - "TestS3:", - "TestDrive:", - "TestGoogleCloudStorage:", - "TestDropbox:", "TestAmazonCloudDrive:", - "TestOneDrive:", - "TestHubic:", "TestB2:", + "TestCryptDrive:", + "TestCryptSwift:", + "TestDrive:", + "TestDropbox:", + "TestGoogleCloudStorage:", + "TestHubic:", + "TestOneDrive:", + "TestS3:", + "TestSwift:", "TestYandex:", } binary = "fs.test"