Skip to content

Commit ee06325

Browse files
committed
Updated README.md
1 parent d5f58f1 commit ee06325

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@ timeout = "10s" # check for new epochs every ... seconds
9898
contract_address = "0xE64Df6a7e4f4c277C5299f0FE12D7BbB8A207175" # mirror contract address
9999
```
100100

101+
### Running tests
102+
103+
Tests for indexer expect a MySQL database running. Please run `docker-compose up` in the `indexer/resources/test` directory.
104+
105+
Additionally, tests for voting, mirroring and uptime clients expect a Hardhat instance from <https://gitlab.com/flarenetwork/flare-smart-contracts/-/tree/staking-tests> running. You start it by running
106+
`yarn staking_test` (following `yarn` and `yarn c` commands).
107+
108+
Then run `go test ./...` in the `indexer` directory.
109+
101110
## Attestation client services (possible future use)
102111

103112
The following services are implemented, according to the attestation specification:

0 commit comments

Comments
 (0)