Skip to content

MID macos

MID macos #2

Workflow file for this run

name: MID macos
on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test -- --nocapture
- name: Get system_profiler
run: system_profiler SPHardwareDataType