Skip to content

Commit

Permalink
enable caching go project build/test/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg committed Feb 2, 2025
1 parent 5d0fc0f commit 035c611
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
"{workspaceRoot}/go.work"
]
},
"targetDefaults": {
"@nx-go/nx-go:build": {
"cache": true
},
"@nx-go/nx-go:test": {
"cache": true
},
"@nx-go/nx-go:lint": {
"cache": true
}
},
"nxCloudId": "679f1d7394816d7ba46bf56e",
"plugins": [
{
Expand Down

0 comments on commit 035c611

Please sign in to comment.