Skip to content

build(deps): bump polars from 0.37.0 to 0.39.2 #888

build(deps): bump polars from 0.37.0 to 0.39.2

build(deps): bump polars from 0.37.0 to 0.39.2 #888

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: 1.75.0
override: true
- name: git submodule update
run: git submodule update --init --recursive
- name: test
run: cargo test --workspace --all-features
# - name: template example
# run: cargo run --example minter simulate examples/minter/config.toml
# - name: minter example
# run: cargo run --example minter simulate examples/minter/config.toml