diff --git a/.github/workflows/spec_test_on_nuttx.yml b/.github/workflows/spec_test_on_nuttx.yml index 6d476aa1e..ec4b1ab42 100644 --- a/.github/workflows/spec_test_on_nuttx.yml +++ b/.github/workflows/spec_test_on_nuttx.yml @@ -100,10 +100,10 @@ jobs: mode: "-t aot", option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n" }, - # { - # mode: "-t aot -X", - # option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n" - # }, + { + mode: "-t aot -X", + option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n" + }, # { # mode: "-t classic-interp", # option: "CONFIG_INTERPRETERS_WAMR_CLASSIC=y\\n"