update workflows

pull/1782/head
alpharush 2 years ago
parent cf281d4a8a
commit 519ebda2bd
  1. 2
      .github/workflows/IR.yml
  2. 4
      .github/workflows/detectors.yml
  3. 9
      .github/workflows/features.yml
  4. 2
      .github/workflows/parser.yml
  5. 6
      .github/workflows/read_storage.yml

@ -48,4 +48,4 @@ jobs:
- name: Test with pytest
run: |
pytest tests/test_ssa_generation.py
pytest tests/slithir/

@ -38,8 +38,6 @@ jobs:
- name: Install dependencies
run: |
pip install ".[dev]"
solc-select use 0.7.3 --always-install
- name: Test with pytest
run: |
pytest tests/test_detectors.py
pytest tests/e2e/detectors/test_detectors.py

@ -39,7 +39,6 @@ jobs:
run: |
pip install ".[dev]"
solc-select use 0.8.0 --always-install
cd tests/test_node_modules/
npm install hardhat
@ -47,10 +46,4 @@ jobs:
- name: Test with pytest
run: |
pytest tests/test_features.py
pytest tests/test_constant_folding.py
pytest tests/slithir/test_ternary_expressions.py
pytest tests/slithir/test_operation_reads.py
pytest tests/test_functions_ids.py
pytest tests/test_function.py
pytest tests/test_source_mapping.py
pytest tests/unit/

@ -46,4 +46,4 @@ jobs:
- name: Test with pytest
run: |
pytest tests/test_ast_parsing.py -n auto
pytest tests/e2e/solc_parsing/test_ast_parsing.py -n auto

@ -46,8 +46,4 @@ jobs:
- name: Run slither-read-storage
run: |
pytest tests/test_read_storage.py
- name: Run storage layout tests
run: |
pytest tests/test_storage_layout.py
pytest tests/tools

Loading…
Cancel
Save