forked from TrueCloudLab/rclone
build: add the serve docker tests to the integration tester
These had been disabled on CI for being unreliable, so test them in the integration tests framework which will retry them.
This commit is contained in:
parent
9197180610
commit
56fe12c479
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ tests:
|
|||
- path: vfs
|
||||
- path: cmd/serve/restic
|
||||
localonly: true
|
||||
- path: cmd/serve/docker
|
||||
localonly: true
|
||||
backends:
|
||||
# - backend: "amazonclouddrive"
|
||||
# remote: "TestAmazonCloudDrive:"
|
||||
|
|
Loading…
Reference in a new issue