Skip to content

Commit 70867b4

Browse files
committed
ci: Test building with optional features enabled
1 parent a4f3128 commit 70867b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- name: Build
1919
run: cargo build --verbose
20+
- name: Build with features
21+
run: cargo build --features native-certs --verbose
2022
- name: Run tests
2123
run: cargo test --verbose
2224
fmt:

0 commit comments

Comments
 (0)