Skip to content

updated version

updated version #74

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