15 lines
245 B
Markdown
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 intrgration test:
|
|
```bash
|
|
make integrationtest_local
|
|
``` |