Skip to content

test: add tests for MacOS #1

test: add tests for MacOS

test: add tests for MacOS #1

Workflow file for this run

name: E2E MacOS (GitHub Actions)
on:
push:
branches:
- main
workflow_dispatch:
jobs:
macos-e2e:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run Tests
run: cargo test