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 \