Skip to content

Generate code coverage and add icon to README.md Issue #139

Generate code coverage and add icon to README.md Issue

Generate code coverage and add icon to README.md Issue #139

Workflow file for this run

name: Test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose