Skip to content
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

ci: Fix rust test compilation #12366

Merged
merged 1 commit into from Mar 28, 2024
Merged

ci: Fix rust test compilation #12366

merged 1 commit into from Mar 28, 2024

Conversation

olix0r
Copy link
Member

@olix0r olix0r commented Mar 28, 2024

We expect to run test compilation independently of test execution, but a change to test runner has dropped support for --message-format=json (in favor of --message-format=libtest-json, etc).

This commit updates the test runner invocation to stop formatting output in these steps.

We expect to run test compilation independently of test execution, but a change
to test runner has dropped support for --message-format=json (in favor of
--message-format=libtest-json, etc).

This commit updates the test runner invocation to stop formatting output in
these steps.
@olix0r olix0r requested a review from a team as a code owner March 28, 2024 22:50
@olix0r olix0r merged commit 971712e into main Mar 28, 2024
42 checks passed
@olix0r olix0r deleted the ver/rust-test branch March 28, 2024 23:08
the-wondersmith pushed a commit to the-wondersmith/linkerd2 that referenced this pull request Apr 24, 2024
We expect to run test compilation independently of test execution, but a change
to test runner has dropped support for --message-format=json (in favor of
--message-format=libtest-json, etc).

This commit updates the test runner invocation to stop formatting output in
these steps.

Signed-off-by: Mark S <the@wondersmith.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant