forked from vyperlang/vyper
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat[test]: parametrize CI over EVM versions (vyperlang#3842)
this commit parametrizes the github actions rules over evm versions. it uses the github actions matrix syntax, but because github actions apparently does not allow additional matrices in the `include` rule, the additional rules must be written out manually. misc: - fix for py-evm logger name - refactor tests which were previously manually parametrized over evm versions - remove the tox environment for running tests in favor of the gh actions script
- Loading branch information
1 parent
a9ee641
commit 73925d2
Showing
11 changed files
with
118 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.