This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 857
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into feat/#1665-ecrecover
- Loading branch information
Showing
251 changed files
with
2,527 additions
and
10,019 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: MPT Witness Generator Checks | ||
name: Geth-utils Checks | ||
|
||
on: | ||
merge_group: | ||
|
@@ -19,7 +19,7 @@ jobs: | |
with: | ||
cancel_others: 'true' | ||
concurrent_skipping: 'same_content_newer' | ||
paths: '["mpt-witness-generator/**"]' | ||
paths: '["geth-utils/**"]' | ||
|
||
|
||
build: | ||
|
@@ -35,15 +35,15 @@ jobs: | |
- name: Format | ||
uses: Jerome1337/[email protected] | ||
with: | ||
gofmt-path: './mpt-witness-generator' | ||
gofmt-path: './geth-utils' | ||
gofmt-flags: '-l -d' | ||
|
||
- name: Build | ||
working-directory: ./mpt-witness-generator | ||
working-directory: ./geth-utils | ||
run: go build -v ./... | ||
|
||
- name: Test | ||
working-directory: ./mpt-witness-generator | ||
working-directory: ./geth-utils | ||
env: | ||
NO_GETH: true | ||
run: go test -v ./... |
Oops, something went wrong.