Refactor all of the tls
This commit is contained in:
@@ -15,11 +15,17 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
- name: Install rustfmt
|
||||
run: rustup component add rustfmt
|
||||
- name: Run fmt
|
||||
- name: Check fmt
|
||||
run: cargo fmt -- --check
|
||||
- name: Run check
|
||||
- name: Check all
|
||||
run: cargo check --all
|
||||
- name: Run check with no default features
|
||||
run: cargo check --all --no-default-features
|
||||
- name: Check with no default features
|
||||
run: cargo check -p tonic --no-default-features
|
||||
- name: Check with transport no tls
|
||||
run: cargo check -p tonic
|
||||
- name: Check with transport w/ openssl
|
||||
run: cargo check -p tonic --features openssl
|
||||
- name: Check with transport w/ rustls
|
||||
run: cargo check -p tonic --features rustls
|
||||
- name: Run tests
|
||||
run: cargo test --all
|
||||
|
||||
Reference in New Issue
Block a user