Skip to content

Fix binary stats for arrays containing null bytes and match stats behaviour between varbin and primitive arrays #640

Fix binary stats for arrays containing null bytes and match stats behaviour between varbin and primitive arrays

Fix binary stats for arrays containing null bytes and match stats behaviour between varbin and primitive arrays #640

Workflow file for this run

name: CI
on:
push:
branches: [ "develop" ]
pull_request: { }
workflow_dispatch: { }
permissions:
actions: read
contents: read
jobs:
build:
name: 'build'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: ./.github/actions/setup-zig
- uses: ./.github/actions/setup-rust
- uses: ./.github/actions/setup-python
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Rust Build
run: cargo build --all-targets
- name: Python Lint - Format
run: rye run ruff format --check .
- name: Python Lint - Ruff
run: rye run ruff .
- name: Rust Lint - Format
run: cargo fmt --all --check
- name: Rust Lint - Clippy
run: cargo clippy --all-targets
- name: Rust Test
run: cargo test --all
- name: Pytest - PyVortex
run: rye run pytest --benchmark-disable test/
working-directory: pyvortex/