Skip to content

version: Updating to enable publishing #4

version: Updating to enable publishing

version: Updating to enable publishing #4

Workflow file for this run

name: coverage
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run coverage
run: ./cov