aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 332dda0..0a6a9a6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -85,6 +85,12 @@ jobs:
- name: Build API docs
run: cargo run --manifest-path .run/Cargo.toml --bin deploy-api-docs
+ - name: Install cargo-llvm-cov
+ run: cargo install cargo-llvm-cov
+
+ - name: Run cov-test
+ run: cargo run --manifest-path .run/Cargo.toml --bin cov-test
+
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact