diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63ec65ef..3f2c2d52 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,3 +39,6 @@ jobs: - name: Build KV example run: cargo build working-directory: examples/actix-kv + - name: Test KV example + run: cargo test + working-directory: examples/actix-kv \ No newline at end of file