Merge pull request #1637 from crytic/parallelize-tests

run tests in parallel
pull/1691/head
Feist Josselin 2 years ago committed by GitHub
commit 6a3435f479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/parser.yml
  2. 1
      setup.py

@ -42,4 +42,4 @@ jobs:
- name: Test with pytest
run: |
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",

Loading…
Cancel
Save