We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f3128 commit 70867b4Copy full SHA for 70867b4
.github/workflows/rust.yml
@@ -17,6 +17,8 @@ jobs:
17
- uses: actions/checkout@v3
18
- name: Build
19
run: cargo build --verbose
20
+ - name: Build with features
21
+ run: cargo build --features native-certs --verbose
22
- name: Run tests
23
run: cargo test --verbose
24
fmt:
0 commit comments