Skip to content

Commit

Permalink
feat(core): add build-native dep to test target
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli authored and FrozenPandaz committed Jan 30, 2023
1 parent 4df5268 commit 025d986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version: 2.1
orbs:
nx: nrwl/nx@1.6.1
node: circleci/node@5.0.2
rust: circleci/rust@1.6.0
browser-tools: circleci/browser-tools@1.4.0

# -------------------------
Expand Down Expand Up @@ -38,7 +39,7 @@ executors:
linux:
<<: *defaults
docker:
- image: cimg/node:lts-browsers
- image: cimg/rust:1.66.1-browsers
resource_class: medium+

macos:
Expand Down
1 change: 1 addition & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"outputs": ["{options.outputPath}"]
},
"test": {
"dependsOn": ["^build-native"],
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"executor": "@nrwl/jest:jest",
"options": {
Expand Down

0 comments on commit 025d986

Please sign in to comment.