aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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