Skip to content

Merge branch 'main' of https://github.com/Levitanus/rea-rs #70

Merge branch 'main' of https://github.com/Levitanus/rea-rs

Merge branch 'main' of https://github.com/Levitanus/rea-rs #70

Workflow file for this run

name: MacOS with tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build-macos:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --workspace --verbose
- name: Run tests
run: RUST_LOG=debug cargo test --verbose