diff --git a/Makefile.toml b/Makefile.toml index d312fb24bde..99d6f9446ae 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -193,6 +193,9 @@ description = "Run all tests for the CI 'wasm' job" category = "CI" dependencies = [ "test-cpp-emscripten", + "test-tinywasm", + "build-wearos-ffi", + "test-nostd", ] [tasks.ci-job-clippy] diff --git a/tools/make/ffi.toml b/tools/make/ffi.toml index bed019b9ef2..5924db03760 100644 --- a/tools/make/ffi.toml +++ b/tools/make/ffi.toml @@ -13,9 +13,6 @@ dependencies = [ "test-c-tiny", "test-cpp", "test-js", - "test-tinywasm", - "build-wearos-ffi", - "test-nostd", ] [tasks.verify-ffi]