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

fix: apply --no-match-test when invoking compiler #7941

Merged
merged 4 commits into from
May 22, 2024

Conversation

klkvr
Copy link
Member

@klkvr klkvr commented May 17, 2024

Motivation

Currently when running forge test all files under ./test will be passed to compiler on initial ABI-only run. This might be an issue if files being filtered out can't be compiled for some reason.

Solution

Apply test filter as sparse output filter in a similar way forge build --skip works

Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@klkvr klkvr merged commit 78aef64 into master May 22, 2024
19 checks passed
@klkvr klkvr deleted the klkvr/no-match-test-filter branch May 22, 2024 19:06
klkvr added a commit that referenced this pull request May 24, 2024
* fix: apply --no-match-test when invoking compiler

* fix filter

* fix

* fix
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

2 participants