Skip to content

Commit

Permalink
test changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Sep 19, 2024
1 parent b4edd64 commit c740a1e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 163 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ jobs:
echo $file
done <<< "$files2"
- name: Get all changed python test files
id: changed-python-files
uses: tj-actions/changed-files@v45
with:
files: |
tests/**.py
- name: Display changed files
run: echo "Changed files: ${{ steps.changed-python-files.outputs.changed_files }}"


- name: Log in to Docker Hub
uses: docker/login-action@v3
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
Expand Down
162 changes: 0 additions & 162 deletions tests/frontier/opcodes/test_call_and_callcode_gas_calculation.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
ids=lambda op: str(op),
)
@pytest.mark.with_all_evm_code_types
def test_dup(
def test_dup_renamed(
state_test: StateTestFiller,
fork: str,
dup_opcode: Op,
Expand Down
1 change: 1 addition & 0 deletions tests/frontier/opcodes/test_selfdestruct.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
changed
Test the SELFDESTRUCT opcode.
"""

Expand Down

0 comments on commit c740a1e

Please sign in to comment.