makeifle: clean and test workflows

This commit is contained in:
realaravinth
2021-07-07 21:10:15 +05:30
parent eb5c0164dc
commit 2e50c263a8
4 changed files with 42 additions and 39 deletions

View File

@@ -86,6 +86,9 @@ jobs:
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
- name: build frontend
run: make frontend
- name: Generate coverage file
if: matrix.version == '1.51.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
uses: actions-rs/tarpaulin@v0.1

View File

@@ -78,6 +78,9 @@ jobs:
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
- name: build frontend
run: make frontend
- name: run tests
run: make test
env: