mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(hive): jobs need experimental flag (#4744)
This commit is contained in:
5
.github/workflows/hive.yml
vendored
5
.github/workflows/hive.yml
vendored
@ -137,14 +137,19 @@ jobs:
|
||||
# Pyspec merge and earlier jobs
|
||||
- sim: pyspec
|
||||
include: [merge/]
|
||||
experimental: true
|
||||
- sim: pyspec
|
||||
include: [berlin/]
|
||||
experimental: true
|
||||
- sim: pyspec
|
||||
include: [istanbul/]
|
||||
experimental: true
|
||||
- sim: pyspec
|
||||
include: [homestead/]
|
||||
experimental: true
|
||||
- sim: pyspec
|
||||
include: [frontier/]
|
||||
experimental: true
|
||||
fail-fast: false
|
||||
needs: prepare
|
||||
name: run
|
||||
|
||||
Reference in New Issue
Block a user