We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46ba79 commit 25dc3faCopy full SHA for 25dc3fa
.github/workflows/cont_integration.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Fmt
31
run: cargo fmt -- --check --verbose
32
- name: Test
33
- run: cargo test --verbose --all
+ run: cargo test --verbose --all-features
34
- run: cargo check --verbose --features=use-openssl
35
- run: cargo check --verbose --no-default-features --features=proxy
36
- run: cargo check --verbose --no-default-features --features=minimal
0 commit comments