feat: add macOS x86_64

This commit is contained in:
Ya-wen, Jeng 2025-02-01 00:23:09 +08:00
parent 8f4beddbc3
commit e7426c4b7c
7 changed files with 13 additions and 1 deletions

View File

@ -79,7 +79,7 @@ jobs:
toolchain: "1.81.0"
override: true
- name: Run tests
run: cargo test -vv
run: cargo test
test-macOS:
runs-on: macos-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
@ -92,3 +92,15 @@ jobs:
override: true
- name: Run tests
run: cargo test
test-macOS-x86_64:
runs-on: macos-13
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "1.81.0"
override: true
- name: Run tests
run: cargo test

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.