Skip to content

utility: add new helper functions #31

utility: add new helper functions

utility: add new helper functions #31

name: Rust - test rust_decimal feature
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the integration tests for the rust_decimal feature set
run: cargo test --test integration --features rust_decimal