diff --git a/packages/nx-plugin/preset.json b/packages/nx-plugin/preset.json index 7fb80e8..d3f3a94 100644 --- a/packages/nx-plugin/preset.json +++ b/packages/nx-plugin/preset.json @@ -13,7 +13,7 @@ "default": { "runner": "nx/tasks-runners/default", "options": { - "cacheableOperations": ["build", "lint", "test", "e2e"] + "cacheableOperations": ["build", "lint", "test", "test:cov", "e2e"] } } },