File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ in an environment, or a local installation.
6767
6868When running tests locally, it's advised to use minikube. To spin up a cluster, use:
6969
70- ```
70+ ``` sh
7171minikube start
7272```
7373
@@ -85,19 +85,20 @@ ran with the go CLI.
8585
8686Run:
8787
88- ```
88+ ``` sh
8989ginkgo -r
9090```
9191
9292### Go
9393
9494Run:
9595
96- ```
96+ ``` sh
9797go test ./..
9898```
9999
100100### Volume tests
101- ```
101+
102+ ``` sh
102103NETWORK=" ethereum_geth_performance" make test_performance
103104```
Original file line number Diff line number Diff line change 11package main
22
33import (
4- "explorer"
4+ "os"
5+
56 "github.com/rs/zerolog"
67 "github.com/rs/zerolog/log"
7- "os "
8+ "github.com/smartcontractkit/integrations-framework/explorer "
89)
910
1011func main () {
You can’t perform that action at this time.
0 commit comments