remvoe it (#1797)
This commit is contained in:
parent
3ed231db69
commit
e72ad4ba2d
18
.github/workflows/build_and_test.yml
vendored
18
.github/workflows/build_and_test.yml
vendored
@ -500,24 +500,6 @@ jobs:
|
||||
- name: Run Tests
|
||||
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:
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user