Skip to content

Merge branch 'main' into feature/mac-m3-support #38

Merge branch 'main' into feature/mac-m3-support

Merge branch 'main' into feature/mac-m3-support #38

Workflow file for this run

name: build
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --all-targets --verbose
- name: Run tests
run: cargo test --verbose