Skip to content

Bump SZ3 to v3.2.1 + add support for NoPrediction and Lossless compression #37

Bump SZ3 to v3.2.1 + add support for NoPrediction and Lossless compression

Bump SZ3 to v3.2.1 + add support for NoPrediction and Lossless compression #37

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
submodules: true
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- run: cargo build --all-targets
- run: cargo test