-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(turborepo): Rust integration test fixes #6142
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 11 Ignored Deployments
|
✅ This change can build |
Linux Benchmark for e644d6b
Click to view full benchmark
|
|
b54d791
to
1a1e611
Compare
🟢 Turbopack Benchmark CI successful 🟢Thanks |
1a1e611
to
6cdc9a6
Compare
@@ -332,6 +332,35 @@ jobs: | |||
- name: Integration Tests | |||
run: turbo run test --filter=turborepo-tests-integration --color --env-mode=strict --token=${{ secrets.TURBO_TOKEN }} --team=${{ vars.TURBO_TEAM }} | |||
|
|||
turborepo_integration_rust: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be matrixed into the job above? It's 90% the same. An if: {{matrix.codepath == "rust"}}
shuold do the trick to change the command that runs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't want this to be blocking, so I think a second job is best
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not make it blocking? Seems like we're close to the end and should make it blocking at some point
e4a2900
to
9696b12
Compare
9696b12
to
1e3ff59
Compare
Description
Testing Instructions
Closes TURBO-1442