Skip to content

Include intersection of all chromosomes over all bam files, not crash… #70

Include intersection of all chromosomes over all bam files, not crash…

Include intersection of all chromosomes over all bam files, not crash… #70

Workflow file for this run

name: Cargo
on: [push, pull_request]
jobs:
cargo_test:
name: run cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- name: cargo build
run: cargo build --verbose
- name: cargo test
run: cargo test --verbose