Skip to content

Merge pull request #4 from smoothdeveloper/buildrs-prettyplease-on-lo… #71

Merge pull request #4 from smoothdeveloper/buildrs-prettyplease-on-lo…

Merge pull request #4 from smoothdeveloper/buildrs-prettyplease-on-lo… #71

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