run tests in parallel
@ -38,4 +38,4 @@ jobs:
solc-select use 0.7.3 --always-install
- name: Test with pytest
run: |
pytest tests/test_detectors.py
@ -42,4 +42,4 @@ jobs:
pytest tests/test_ast_parsing.py
pytest tests/test_ast_parsing.py -n auto
@ -24,6 +24,7 @@ setup(
"pylint==2.13.4",
"pytest",
"pytest-cov",
"pytest-xdist",
"deepdiff",
"numpy",
"solc-select>=v1.0.0b1",