Skip to content

Commit

Permalink
Ensure we run cargo-integration on next change (#51736)
Browse files Browse the repository at this point in the history
This is currently only running for `next-swc` change but we want this
running on `next` change as well as they both impact these tests.

x-ref:
https://github.com/vercel/next.js/actions/runs/5362063391/jobs/9728782834
  • Loading branch information
ijjk authored Jun 24, 2023
1 parent 2c5cf40 commit 32ac3ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"inputs": [
".cargo/**",
"packages/next-swc/crates/**",
"packages/next/**",
"**/Cargo.toml",
"**/Cargo.lock"
]
Expand Down

0 comments on commit 32ac3ef

Please sign in to comment.