diff options
-rw-r--r-- | test/end-to-end/remote-execution/TARGETS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/end-to-end/remote-execution/TARGETS b/test/end-to-end/remote-execution/TARGETS index 01c80184..99518cfc 100644 --- a/test/end-to-end/remote-execution/TARGETS +++ b/test/end-to-end/remote-execution/TARGETS @@ -45,6 +45,12 @@ { "type": "install" , "tainted": ["test"] , "deps": - ["native-protocol", "large-blobs", "upload-test", "install", "install-cas"] + [ "native-protocol" + , "large-blobs" + , "upload-test" + , "install" + , "install-cas" + , "dispatch" + ] } } |