aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-02 22:57:07 +0200
committerpml68 <contact@pml68.dev>2025-06-02 23:09:01 +0200
commit6339225cfb0840200088c7e58736c25edc20ca9a (patch)
treeee73aa09f0b330f9cb7899dd6fa1e02bd0cc7d26 /.github/workflows
parentfeat: switch from `String` to `Fragment` for `title` (diff)
downloadiced_dialog-6339225cfb0840200088c7e58736c25edc20ca9a.tar.gz
ci: fix workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index daff1be..154ee76 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,4 +18,4 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Build example
- run: cargo build -p example
+ run: cargo build --example save