Skip to content

fix: handle unknown mass analyzers slightly more gracefully. #56

fix: handle unknown mass analyzers slightly more gracefully.

fix: handle unknown mass analyzers slightly more gracefully. #56

Workflow file for this run

on: [push, pull_request]
env:
RUST_BACKTRACE: full
RUST_LOG: debug
CARGO_PROFILE_TEST_BUILD_OVERRIDE_DEBUG: true
name: Test (HDF5 Static Compilation)
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
name: Test Suite
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features hdf5_static,zlib -- --nocapture --show-output --test-threads 1