aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-04-27 05:44:41 +0000
committerFuwn <[email protected]>2026-04-27 05:44:41 +0000
commit983ce6dc791b8dc8f642292500d40e0b88956f65 (patch)
tree874af856183bb4a118903f998a015e91eb923272
parentfix(examples): Update binary example after LICENSE rename (diff)
downloadarchived-windmark-983ce6dc791b8dc8f642292500d40e0b88956f65.tar.xz
archived-windmark-983ce6dc791b8dc8f642292500d40e0b88956f65.zip
ci: Enable response-macros feature so examples build under cargo test
-rw-r--r--.github/workflows/check.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml
index 27d782c..ce4442f 100644
--- a/.github/workflows/check.yaml
+++ b/.github/workflows/check.yaml
@@ -39,4 +39,4 @@ jobs:
continue-on-error: false
with:
command: test
- args: --verbose --features auto-deduce-mime
+ args: --verbose --features auto-deduce-mime,response-macros