Ensure we run cargo-integration on next change (#51736)

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
This commit is contained in:
JJ Kasper 2023-06-23 21:57:29 -07:00 committed by GitHub
parent 2c5cf40377
commit 32ac3ef549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@
"inputs": [
".cargo/**",
"packages/next-swc/crates/**",
"packages/next/**",
"**/Cargo.toml",
"**/Cargo.lock"
]