2021-04-19 08:32:36 +00:00
|
|
|
|
|
|
|
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-04-19 08:32:36 +00:00
|
|
|
|
2021-06-14 05:25:23 +00:00
|
|
|
Running integration test:
|
2021-06-14 04:56:10 +00:00
|
|
|
```bash
|
|
|
|
make integrationtest_local
|
2021-04-19 08:32:36 +00:00
|
|
|
```
|