This functionally is quite similar to `dev/flags/` and thus it makes sense to
include it.
---
.github/workflows/contrib.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml
index 568036ce0..6c48e2983 100644
--- a/.github/workflows/contrib.yml
+++ b/.github/workflows/contrib.yml
@@ -16,6 +16,9 @@ jobs:
- name: dev/flags/
targets:
- dev/flags/flags
+ - name: dev/haring/
+ targets:
+ - dev/haring/haring
- name: dev/hpack/
targets:
- dev/hpack/decode
--
2.53.0