Skip to content

Commit 25dc3fa

Browse files
committed
Fix CI testing for all features
1 parent d46ba79 commit 25dc3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Fmt
3131
run: cargo fmt -- --check --verbose
3232
- name: Test
33-
run: cargo test --verbose --all
33+
run: cargo test --verbose --all-features
3434
- run: cargo check --verbose --features=use-openssl
3535
- run: cargo check --verbose --no-default-features --features=proxy
3636
- run: cargo check --verbose --no-default-features --features=minimal

0 commit comments

Comments
 (0)