From 51c0d066d287c887b14836be80fa8aed34e7e2da Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Wed, 1 Apr 2026 11:39:30 +0300 Subject: [PATCH] ci: add cargo test to Windows CI job Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f306f15..bf6fa77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,3 +37,5 @@ jobs: run: cargo build - name: clippy run: cargo clippy -- -D warnings + - name: test + run: cargo test