Skip to content

Make array_max/min work when there are no real data items in a column. #90

Make array_max/min work when there are no real data items in a column.

Make array_max/min work when there are no real data items in a column. #90

Workflow file for this run

name: Build & Test Functions
on:
workflow_dispatch:
pull_request:
jobs:
compile-workspace:
runs-on: ubuntu-latest
name: Test Functions
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cargo Format
run: |
cargo fmt --check
- name: Test Functions
shell: bash
run: |
cargo test