coverage workflow to run on 1.51.0

This commit is contained in:
realaravinth 2021-06-30 22:54:06 +05:30
parent 46098ec85b
commit b22ea88d7e
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -13,7 +13,8 @@ jobs:
fail-fast: false
matrix:
version:
- stable
# - stable
- 1.51.0
name: ${{ matrix.version }} - x86_64-unknown-linux-gnu
runs-on: ubuntu-latest
@ -89,7 +90,7 @@ jobs:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
- name: Generate coverage file
if: matrix.version == 'stable' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
if: matrix.version == '1.51.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.15.0'