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
|
# Pyspec merge and earlier jobs
|
||||||
- sim: pyspec
|
- sim: pyspec
|
||||||
include: [merge/]
|
include: [merge/]
|
||||||
|
experimental: true
|
||||||
- sim: pyspec
|
- sim: pyspec
|
||||||
include: [berlin/]
|
include: [berlin/]
|
||||||
|
experimental: true
|
||||||
- sim: pyspec
|
- sim: pyspec
|
||||||
include: [istanbul/]
|
include: [istanbul/]
|
||||||
|
experimental: true
|
||||||
- sim: pyspec
|
- sim: pyspec
|
||||||
include: [homestead/]
|
include: [homestead/]
|
||||||
|
experimental: true
|
||||||
- sim: pyspec
|
- sim: pyspec
|
||||||
include: [frontier/]
|
include: [frontier/]
|
||||||
|
experimental: true
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
needs: prepare
|
needs: prepare
|
||||||
name: run
|
name: run
|
||||||
|
|||||||
Reference in New Issue
Block a user