Skip to content

add include_for_norm and exclude_for_norm to export_coverage #158

add include_for_norm and exclude_for_norm to export_coverage

add include_for_norm and exclude_for_norm to export_coverage #158

Workflow file for this run

name: test-rust-package
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: ./.github/actions/setup-rust
with:
cache: false
- name: Test Rust package
run: |
cd ${GITHUB_WORKSPACE}/snapatac2-core
cargo test --no-fail-fast