Skip to content

refactor(embl,gbk,record): deduplicate RangeValue; introduce GenericRecord and conversions; expose record module #95

refactor(embl,gbk,record): deduplicate RangeValue; introduce GenericRecord and conversions; expose record module

refactor(embl,gbk,record): deduplicate RangeValue; introduce GenericRecord and conversions; expose record module #95

Workflow file for this run

name: microBioRust_test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build
- name: Run tests one-three
run: cargo test --verbose