ipld-eth-server/test/README.md

15 lines
245 B
Markdown
Raw Normal View History

Spin up services:
```
2021-06-14 04:56:10 +00:00
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
```
2021-06-14 05:25:23 +00:00
Running integration test:
2021-06-14 04:56:10 +00:00
```bash
make integrationtest_local
```