Skip to content

Commit

Permalink
chore(ci): remove redundant tests for fixture releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Sep 5, 2024
1 parent 52aa13d commit 6c97671
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/configs/feature.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
variables:
legacy_fork: Shanghai
mainnet_fork: Cancun
development_fork: Prague

legacy:
evm-type: stable
fill-params: --until=${legacy_fork}
solc: 0.8.21

stable:
evm-type: stable
fill-params: ''
fill-params: --fork=${mainnet_fork}
solc: 0.8.21

develop:
evm-type: develop
fill-params: --until=Prague
fill-params: --from=${mainnet_fork} --until=${development_fork}
solc: 0.8.21

eip7692:
evm-type: eip7692
fill-params: --fork=CancunEIP7692 ./tests/prague
solc: 0.8.21

eip7692-prague:
evm-type: eip7692-prague
fill-params: --fork=PragueEIP7692 ./tests/prague -k "not slow"
Expand Down

0 comments on commit 6c97671

Please sign in to comment.