chore: remove clippy and test is macosx target

support-coreml
Meng Zhang 2023-06-01 17:25:41 -07:00
parent 3cac2607e7
commit 378f8fa3d5
1 changed files with 0 additions and 6 deletions

View File

@ -152,12 +152,6 @@ jobs:
~/.cargo/registry
~/.cargo/git
- name: Run cargo clippy check
run: cargo clippy -- -Dwarnings
- name: Run cargo tests
run: cargo test
- name: Bulid release binary
run: cargo build --release --target ${{ matrix.target }}