Skip to content

Commit d5932c6

Browse files
authored
Merge pull request ethereum-optimism#166 from ethereum-optimism/ns/readme-go-tests
add instructions for running go tests
2 parents 0d13370 + 6265b99 commit d5932c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opnode/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ This is the reference implementation of the [rollup-node spec](../specs/rollup-n
44

55
## Compiling
66

7+
From the repository root:
8+
79
```shell
810
go build -o op ./opnode/cmd
11+
go test ./opnode/...
912
```
1013

1114
## Running

0 commit comments

Comments
 (0)