ipld-eth-server/test/README.md
2021-06-14 10:55:23 +05:30

15 lines
245 B
Markdown

Spin up services:
```
docker-compose -f docker-compose.test.yml -f docker-compose.yml up -d db dapptools contract eth-server
```
Running unit tests:
```bash
make test_local
```
Running integration test:
```bash
make integrationtest_local
```