Skip to content

Commit 0a07fbc

Browse files
author
Devdutt Shenoi
committed
Merge remote-tracking branch 'origin/main' into query-param
2 parents fe1bb95 + d9da876 commit 0a07fbc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2871
-760
lines changed

.github/workflows/build-push-edge-debug.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,3 @@ jobs:
4545
push: true
4646
tags: parseable/parseable:edge-debug
4747
platforms: linux/amd64,linux/arm64
48-
cache-from: type=gha
49-
cache-to: type=gha,mode=max

.github/workflows/build-push-edge.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,3 @@ jobs:
4545
push: true
4646
tags: parseable/parseable:edge
4747
platforms: linux/amd64,linux/arm64
48-
cache-from: type=gha
49-
cache-to: type=gha,mode=max

.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)