Skip to content

Commit e5f101c

Browse files
miguelafsilva5Diogo21Costa
authored andcommitted
feat(recipe): Add the main nix recipe file for a single baremetal
Signed-off-by: Miguel Silva <[email protected]>
1 parent 753b4e6 commit e5f101c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/recipes/single-baremetal/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let
4040
inherit toolchain;
4141
guest_name = "baremetal";
4242
list_tests = "";
43-
list_suites = "CPU_BOOT_CHECK IRQ_CHECK";
43+
list_suites = "CPU_BOOT_CHECK";
4444
inherit log_level;
4545
}
4646
)

0 commit comments

Comments
 (0)