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

feat(forge test): inquiry for allowing to build and test specific files #9175

Closed
jidalii opened this issue Oct 23, 2024 · 1 comment
Closed
Labels
T-feature Type: feature T-needs-triage Type: this issue needs to be labelled

Comments

@jidalii
Copy link

jidalii commented Oct 23, 2024

Component

Forge

Describe the feature you would like

For the current forge test, it automatically rebuilds all solidity files before running the test cases. I want to specify the files to build and test, while skipping the build during forge test.
For instance:

>>> forge build --build-path src/Counter.sol
>>> forge test --match-path src/Counter.sol --skip-build

I wonder whether this feature is acceptable to the team. Thanks!

Additional context

No response

@jidalii jidalii added T-feature Type: feature T-needs-triage Type: this issue needs to be labelled labels Oct 23, 2024
@grandizzy
Copy link
Collaborator

looks similar with #9164 going to close this as dupe. Please reopen if you think different request. thank you!

@grandizzy grandizzy closed this as not planned Won't fix, can't repro, duplicate, stale Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-feature Type: feature T-needs-triage Type: this issue needs to be labelled
Projects
Status: Done
Development

No branches or pull requests

2 participants