This commit is contained in:
Dongjia "toka" Zhang 2024-01-14 01:23:53 +01:00 committed by GitHub
parent 3ed231db69
commit e72ad4ba2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -500,24 +500,6 @@ jobs:
- name: Run Tests - name: Run Tests
run: cargo test run: cargo test
macos-clippy:
runs-on: macOS-latest
steps:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Add nightly rustfmt and clippy
run: rustup toolchain install nightly --component clippy --allow-downgrade && rustup default nightly
- name: Install deps
run: brew install z3 gtk+3
- name: Install cxxbridge
run: cargo install cxxbridge-cmd
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Run clippy
run: ./scripts/clippy.sh
other_targets: other_targets:
runs-on: macOS-latest runs-on: macOS-latest
steps: steps: