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

[iota-indexer]: Use cargo test in the CI #3590

Closed
Tracked by #2148
kodemartin opened this issue Oct 23, 2024 · 0 comments
Closed
Tracked by #2148

[iota-indexer]: Use cargo test in the CI #3590

kodemartin opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group.

Comments

@kodemartin
Copy link
Contributor

kodemartin commented Oct 23, 2024

Description

The optimizations implemented in #3492 require the use of cargo test to take effect.

This is because cargo test runs all tests in a single process in contrast to the execution model used by cargo nextest.

This calls for updating the corresponding CI workflow to use cargo test.

@kodemartin kodemartin added the sc-platform Issues related to the Smart Contract Platform group. label Oct 23, 2024
@kodemartin kodemartin changed the title [iota-indexer]: Use cargo test in the CI [iota-indexer]: Use cargo test in the CI Oct 23, 2024
@samuel-rufi samuel-rufi self-assigned this Oct 24, 2024
@lzpap lzpap added infrastructure Issues related to the Infrastructure Team and removed sc-platform Issues related to the Smart Contract Platform group. labels Oct 28, 2024
@samuel-rufi samuel-rufi added the sc-platform Issues related to the Smart Contract Platform group. label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group.
Projects
None yet
Development

No branches or pull requests

3 participants