Skip to content

Permissions on GitHub workflows. #12

Permissions on GitHub workflows.

Permissions on GitHub workflows. #12

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: CI / Tests on macOS
permissions: read-all
jobs:
test-on-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test -- --test-threads=1