cherries 0.3.2

Expression tree logging
name: Rust

on: [push]

jobs:
  test:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v1
    - name: PreBuild
      run: rustup component add clippy
    - name: Clippy
      run: cargo clippy
    - name: Build
      run: cargo build --verbose
    - name: Run tests
      run: cargo test -- --nocapture