mirror of
https://github.com/danbulant/cushy
synced 2026-06-19 06:21:15 +00:00
Enabling all features when generating example images
This commit is contained in:
parent
568f2ca327
commit
d234e6e607
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
- name: Regenerate Example Images
|
||||
run: |
|
||||
CAPTURE=1 cargo test -p cushy --examples
|
||||
CAPTURE=1 cargo test -p cushy --examples --all-features
|
||||
|
||||
- name: Regenerate Guide Example Images
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue