CI: coverage build step

This commit is contained in:
realaravinth
2021-05-08 13:59:13 +05:30
parent 5466d1f136
commit 9809cb7bea
5 changed files with 57 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: run
args: --bin tests-migrate
args: --bin tests-migrate -- --build
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres