From a5b0964d71fc943347d1e961b68929710a0f632d Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 8 Jan 2024 14:36:31 +0100 Subject: test end-to-end: Fix 'dispatch' mising from list of tests run --- test/end-to-end/remote-execution/TARGETS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'test/end-to-end/remote-execution') 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" + ] } } -- cgit v1.2.3