Skip to content

Commit f131669

Browse files
committed
build: check all feature build in CI
Requires bumping the tor dependencies due to a break in the pulled in time dependency. This is a conservative upgrade so we don't run into issues with the sqlite dependency, however the MSRV with the tor feature is still above the projects, 1.70.0.
1 parent 6243472 commit f131669

File tree

4 files changed

+211
-91
lines changed

4 files changed

+211
-91
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Build
3232
run: |
3333
cargo build --verbose
34+
cargo build --verbose --all-features
3435
cargo build --verbose --no-default-features
3536
cargo build --verbose --no-default-features --features database,filter-control
3637
- name: Unit test

0 commit comments

Comments
 (0)