Skip to content

Commit

Permalink
Merge pull request #1637 from crytic/parallelize-tests
Browse files Browse the repository at this point in the history
run tests in parallel
  • Loading branch information
montyly authored Feb 14, 2023
2 parents 8052899 + 4e04eb5 commit 6a3435f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
solc-select use 0.7.3 --always-install
- name: Test with pytest
run: |
pytest tests/test_detectors.py
pytest tests/test_detectors.py
2 changes: 1 addition & 1 deletion .github/workflows/parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: Test with pytest
run: |
pytest tests/test_ast_parsing.py
pytest tests/test_ast_parsing.py -n auto
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"pylint==2.13.4",
"pytest",
"pytest-cov",
"pytest-xdist",
"deepdiff",
"numpy",
"solc-select>=v1.0.0b1",
Expand Down

0 comments on commit 6a3435f

Please sign in to comment.