Skip to content

feat(cd): add macOS ARM64 builds to GitHub Releases #18

feat(cd): add macOS ARM64 builds to GitHub Releases

feat(cd): add macOS ARM64 builds to GitHub Releases #18

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
build-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: cargo check && cargo fmt -- --check && cargo clippy && cargo test