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