Skip to content

Commit

Permalink
fix: solidity xcall cod coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
redlarva committed Oct 11, 2023
1 parent 4acea42 commit 0e901e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/solidity-contracts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

defaults:
run:
working-directory: contracts/evm/xcall
working-directory: contracts/evm

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solidity-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

defaults:
run:
working-directory: contracts/evm/xcall
working-directory: contracts/evm

jobs:
code-coverage:
Expand Down

0 comments on commit 0e901e3

Please sign in to comment.