chore: remove clippy and test is macosx target
parent
3cac2607e7
commit
378f8fa3d5
|
|
@ -152,12 +152,6 @@ jobs:
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
|
|
||||||
- name: Run cargo clippy check
|
|
||||||
run: cargo clippy -- -Dwarnings
|
|
||||||
|
|
||||||
- name: Run cargo tests
|
|
||||||
run: cargo test
|
|
||||||
|
|
||||||
- name: Bulid release binary
|
- name: Bulid release binary
|
||||||
run: cargo build --release --target ${{ matrix.target }}
|
run: cargo build --release --target ${{ matrix.target }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue