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(ci): lint test names after running tests #13037

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Conversation

smartcontracts
Copy link
Contributor

Moves the task for linting test names to after the tests job so that the contract artifacts actually exist. We don't compile everything ahead of time and rely on forge test to do the compilation in an effort to cut down total compile time.

Moves the task for linting test names to after the tests job so
that the contract artifacts actually exist. We don't compile
everything ahead of time and rely on forge test to do the
compilation in an effort to cut down total compile time.
@smartcontracts smartcontracts requested a review from a team as a code owner November 22, 2024 18:21
@smartcontracts smartcontracts requested a review from Inphi November 22, 2024 18:21
@smartcontracts smartcontracts mentioned this pull request Nov 22, 2024
@mslipper mslipper added this pull request to the merge queue Nov 22, 2024
Merged via the queue into develop with commit 38db652 Nov 22, 2024
47 checks passed
@mslipper mslipper deleted the sc/fix-lint-test-names branch November 22, 2024 18:39
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.

3 participants