skip bssl-sys in CI check if no boringssl feature enabled

This commit is contained in:
Zhang Jingqiang 2024-02-02 16:19:01 +08:00 committed by Zhang Jingqiang
parent 2b535a2f7c
commit 4b1b6f7b92

View file

@ -29,9 +29,9 @@ jobs:
sudo apt-get update
sudo apt-get install capnproto libc-ares-dev libssl-dev liblua5.4-dev
- name: Cargo build
run: cargo build --all
run: cargo build
- name: Cargo test
run: cargo test --all
run: cargo test
clippy:
name: Clippy
@ -50,7 +50,7 @@ jobs:
sudo apt-get update
sudo apt-get install capnproto libc-ares-dev libssl-dev liblua5.4-dev
- name: Cargo clippy
run: cargo clippy --tests --all -- --deny warnings
run: cargo clippy --tests -- --deny warnings
build-vendored:
name: Build vendored