Skip to content

Commit e87d96f

Browse files
author
Devdutt Shenoi
authored
Merge branch 'main' into regex
2 parents 382a8d8 + 4ef2c32 commit e87d96f

File tree

9 files changed

+356
-172
lines changed

9 files changed

+356
-172
lines changed

.github/workflows/coverage.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,11 @@ jobs:
3737
- name: Check with clippy
3838
run: cargo hack clippy --verbose --each-feature --no-dev-deps -- -D warnings
3939

40-
- name: Tests
41-
run: cargo hack --each-feature llvm-cov --no-report nextest
40+
- name: Test default feature set
41+
run: cargo hack llvm-cov --no-report nextest
42+
43+
- name: Test kafka feature
44+
run: cargo hack --features kafka llvm-cov --no-report nextest --filter-expr 'test(kafka)'
4245

4346
- name: Generate coverage report
4447
run: cargo llvm-cov report --lcov --output-path coverage.lcov

0 commit comments

Comments
 (0)