Skip to content

Commit

Permalink
add missing test group (#4036)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcb authored Apr 18, 2024
1 parent f5aec1b commit 22b8e7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 22b8e7c

Please sign in to comment.