Skip to content

Commit

Permalink
Mark test:cov as cacheable
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Aug 11, 2022
1 parent c6e8e52 commit 7317f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx-plugin/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
"cacheableOperations": ["build", "lint", "test", "test:cov", "e2e"]
}
}
},
Expand Down

0 comments on commit 7317f7e

Please sign in to comment.