diff options
| author | Fuwn <[email protected]> | 2026-04-27 05:44:41 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-04-27 05:44:41 +0000 |
| commit | 983ce6dc791b8dc8f642292500d40e0b88956f65 (patch) | |
| tree | 874af856183bb4a118903f998a015e91eb923272 | |
| parent | fix(examples): Update binary example after LICENSE rename (diff) | |
| download | archived-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.yaml | 2 |
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 |