From 22b8e7c901b2b3b8c6a7ba403b8fd8dd7f61277a Mon Sep 17 00:00:00 2001 From: Alex Couture-Beil Date: Thu, 18 Apr 2024 10:05:59 -0700 Subject: [PATCH] add missing test group (#4036) --- Earthfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Earthfile b/Earthfile index 5d0d1821..45fbdf45 100644 --- a/Earthfile +++ b/Earthfile @@ -743,6 +743,11 @@ test-no-qemu-group10: BUILD --pass-args ./tests+ga-no-qemu-group10 \ --GLOBAL_WAIT_END="$GLOBAL_WAIT_END" +# test-no-qemu-group11 runs the tests from ./tests+ga-no-qemu-group11 +test-no-qemu-group11: + BUILD --pass-args ./tests+ga-no-qemu-group11 \ + --GLOBAL_WAIT_END="$GLOBAL_WAIT_END" + # test-no-qemu-slow runs the tests from ./tests+ga-no-qemu-slow test-no-qemu-slow: BUILD --pass-args ./tests+ga-no-qemu-slow \