mirror of
https://github.com/dl-solarity/hardhat-zkit.git
synced 2026-05-01 03:00:04 -04:00
* add tests dockerization * fixed compile with library test * made Dockerfile dynamic * removed dockerized coverage * removed alpine, dockerized coverage * moved test-docker command to script * try to improve docker * update dockerignore --------- Co-authored-by: Artem Chystiakov <artem.ch31@gmail.com>
5 lines
155 B
Bash
5 lines
155 B
Bash
#!/usr/bin/env bash
|
|
|
|
docker build -t hardhat-zkit --progress=plain .
|
|
docker run --rm -v $(pwd)/coverage:/hardhat-zkit/coverage hardhat-zkit coverage-local
|