diff options
| author | pml68 <contact@pml68.dev> | 2025-07-23 01:33:32 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-23 01:44:48 +0200 |
| commit | ac6a60347a2d044926ec200665cea430f12b34fe (patch) | |
| tree | 662da341972abb5134e9ab6f03d5956548288f01 /.github/workflows | |
| parent | style: organize imports (diff) | |
| download | iced_dialog-ac6a60347a2d044926ec200665cea430f12b34fe.tar.gz | |
ci: add unit test(s) for `save` example
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
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 |
