Skip to content

Commit d6e7c2a

Browse files
committed
chore: enable test caching for all projects
1 parent f1fc73d commit d6e7c2a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

nx.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"lint": {
4141
"inputs": ["default", "^default"],
4242
"cache": true
43+
},
44+
"test": {
45+
"cache": true
4346
}
4447
}
4548
}

packages/ruby-exercise/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"options": {
1010
"command": "ruby -Ilib:test test/**/*_test.rb",
1111
"cwd": "packages/ruby-exercise"
12-
}
12+
},
13+
"cache": true
1314
},
1415
"run": {
1516
"executor": "nx:run-commands",

0 commit comments

Comments
 (0)