Skip to content

Add bed12 reader

Add bed12 reader #162

Workflow file for this run

permissions:
contents: read
on:
push:
branches: [main]
pull_request:
name: Test
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Check formatting
run: cargo fmt --all --manifest-path ./oxbow/Cargo.toml -- --check
- name: Download fixtures
run: cd fixtures && wget -i list.txt
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --manifest-path ./oxbow/Cargo.toml