Skip to content

Merge pull request #2 from smoothdeveloper/patch-1 #66

Merge pull request #2 from smoothdeveloper/patch-1

Merge pull request #2 from smoothdeveloper/patch-1 #66

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