Skip to content

Commit

Permalink
ci: Test building with optional features enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenexp committed Apr 30, 2024
1 parent a4f3128 commit 70867b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Build with features
run: cargo build --features native-certs --verbose
- name: Run tests
run: cargo test --verbose
fmt:
Expand Down

0 comments on commit 70867b4

Please sign in to comment.