mirror of
https://github.com/bytedance/g3.git
synced 2026-04-28 11:40:54 +00:00
skip bssl-sys in CI check if no boringssl feature enabled
This commit is contained in:
parent
2b535a2f7c
commit
4b1b6f7b92
1 changed files with 3 additions and 3 deletions
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue