Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed May 15, 2024
1 parent 849db8b commit 4c044d3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,16 @@ jobs:
- name: Run tests
run: >
pytest
-m "not fuzzing"
--optimize ${{ matrix.opt-mode }}
--evm-version ${{ matrix.evm-version }}
${{ matrix.evm-backend && format('--evm-backend {0}', matrix.evm-backend) || '' }}
${{ matrix.debug && '--enable-compiler-debug-mode' || '' }}
${{ matrix.experimental-codegen && '--experimental-codegen' || '' }}
--cov-branch
--cov-report xml:coverage.xml
--cov=vyper
tests/
-m "not fuzzing"
--optimize ${{ matrix.opt-mode }}
--evm-version ${{ matrix.evm-version }}
${{ matrix.evm-backend && format('--evm-backend {0}', matrix.evm-backend) || '' }}
${{ matrix.debug && '--enable-compiler-debug-mode' || '' }}
${{ matrix.experimental-codegen && '--experimental-codegen' || '' }}
--cov-branch
--cov-report xml:coverage.xml
--cov=vyper
tests/
- name: Upload Coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 4c044d3

Please sign in to comment.