aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-23 01:33:32 +0200
committerpml68 <contact@pml68.dev>2025-07-23 01:44:48 +0200
commitac6a60347a2d044926ec200665cea430f12b34fe (patch)
tree662da341972abb5134e9ab6f03d5956548288f01 /.github
parentstyle: organize imports (diff)
downloadiced_dialog-ac6a60347a2d044926ec200665cea430f12b34fe.tar.gz
ci: add unit test(s) for `save` example
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 154ee76..809b8cc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
- name: Check lints
run: cargo lint
- name: Run tests
- run: cargo test --verbose
+ run: |
+ cargo test --verbose --doc
+ cargo test --verbose --all-targets
- name: Build example
run: cargo build --example save