Skip to content

feat: Amount now implements Deref and DerefMul to Decimal #12

feat: Amount now implements Deref and DerefMul to Decimal

feat: Amount now implements Deref and DerefMul to Decimal #12

Workflow file for this run

name: Test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Test with default feature
run: cargo test --workspace