Skip to content

build(deps): bump polars from 0.38.3 to 0.41.2 #926

build(deps): bump polars from 0.38.3 to 0.41.2

build(deps): bump polars from 0.38.3 to 0.41.2 #926

Workflow file for this run

name: test
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "arbiter-bindings/*"
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: test
run: cargo test --workspace --all-features