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

run tests in parallel #1637

Merged
merged 2 commits into from
Feb 14, 2023
Merged

run tests in parallel #1637

merged 2 commits into from
Feb 14, 2023

Conversation

0xalpharush
Copy link
Contributor

No description provided.

@elopez
Copy link
Member

elopez commented Jan 31, 2023

looks like some of the tests are not "thread safe" 😅

@montyly
Copy link
Member

montyly commented Feb 14, 2023

Note: the detectors are not thread safe, because they run solc-select. However in the long term we could compile the detectors tests files, so that we only run on the crytic-compile output.
It will also save the compilation time

@montyly montyly merged commit 6a3435f into dev Feb 14, 2023
@montyly montyly deleted the parallelize-tests branch February 14, 2023 13:07
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