aboutsummaryrefslogtreecommitdiff
path: root/.builds/ci.yml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-20 12:47:36 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-20 12:51:08 +0200
commite7509d41405a1f5af64f2f74166f2bc5f1673225 (patch)
treec2e56fb086d83938d4c40238afccc66f925caacb /.builds/ci.yml
parentfix: markdown `Viewer` impl (diff)
downloadiced_selection-e7509d41405a1f5af64f2f74166f2bc5f1673225.tar.gz
feat: make markdown support optional with a feature flag
Diffstat (limited to '')
-rw-r--r--.builds/ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.builds/ci.yml b/.builds/ci.yml
index aed0e26..689ad52 100644
--- a/.builds/ci.yml
+++ b/.builds/ci.yml
@@ -19,6 +19,7 @@ tasks:
cd iced_selection
cargo test --verbose --doc
cargo test --verbose --all-targets
- - build-example: |
+ - build-examples: |
cd iced_selection
- cargo build --example name
+ cargo build --package name
+ cargo build --package rich