mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
On second thought, remove build stage.
This commit is contained in:
parent
f0217995f2
commit
11c9f7df46
1 changed files with 0 additions and 25 deletions
25
.github/workflows/checks.yml
vendored
25
.github/workflows/checks.yml
vendored
|
|
@ -42,28 +42,3 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make geth
|
run: make geth
|
||||||
|
|
||||||
devenv:
|
|
||||||
name: Devenv
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Set up Go 1.x
|
|
||||||
uses: actions/setup-go@v3
|
|
||||||
with:
|
|
||||||
go-version: ^1.20
|
|
||||||
id: go
|
|
||||||
|
|
||||||
- name: Install Foundry
|
|
||||||
uses: foundry-rs/foundry-toolchain@v1
|
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Build contracts
|
|
||||||
run: cd suave && forge build
|
|
||||||
|
|
||||||
- name: Run dev environment
|
|
||||||
run: make devnet-up
|
|
||||||
|
|
||||||
# - name: Run mev-share example
|
|
||||||
# run: go run suave/devenv/cmd/main.go
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue