Skip to content

FEAT: added isolation width and mz to spectra #72

FEAT: added isolation width and mz to spectra

FEAT: added isolation width and mz to spectra #72

Workflow file for this run

name: Build and test
on:
push:
branches: [ "main", "develop" ]
pull_request:
branches: [ "main", "develop" ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: File sizes
run: find src/ -name '*.rs' | xargs wc -l | sort -nr
- name: Run tests
run: cargo test --verbose