From a6d9ffff5142de2668d7c60b4740f136fe10e6d5 Mon Sep 17 00:00:00 2001 From: dak2 Date: Tue, 24 Feb 2026 22:03:47 +0900 Subject: [PATCH] Cargo test in CI workflow --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e32c610..6f4fbb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,9 @@ jobs: workspaces: | ext -> target + - name: Rust test + run: cargo test --manifest-path rust/Cargo.toml + - name: Build and test run: | bundle exec rake compile