From ac6a60347a2d044926ec200665cea430f12b34fe Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 23 Jul 2025 01:33:32 +0200 Subject: ci: add unit test(s) for `save` example --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3