name: CI
on:
push:
branches:
paths-ignore:
pull_request:
paths-ignore:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
# Default 3-OS matrix (Linux/macOS/Windows) on hosted runners.
uses: jhheider/rust-ci/.github/workflows/ci.yml@v1
with:
coverage: true
secrets: inherit