hylo-fix 0.7.0

Fixed-point number types with Solana Anchor support
Documentation
name: Build & Test

on:
  pull_request:
    branches: [ "master" ]

env:
  CARGO_TERM_COLOR: always
  CRATES_API_KEY: ${{ secrets.CRATES_API_KEY }}

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3
    - name: Build
      run: cargo build --verbose
    - name: Run tests
      run: cargo test --verbose