Skip to content

feat: Add Gap attributes for gff #47

feat: Add Gap attributes for gff

feat: Add Gap attributes for gff #47

Workflow file for this run

name: MSRV
on:
push:
branches: [main]
pull_request:
branches: ["**"]
jobs:
minimum_rust_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.74
override: true
- name: check if Readme matches MSRV defined here
run: grep '1.74' Readme.md
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --no-fail-fast