diff --git a/.github/workflows/typescript-test.yml b/.github/workflows/typescript-test.yml index 49c183f80d..732d5f6777 100644 --- a/.github/workflows/typescript-test.yml +++ b/.github/workflows/typescript-test.yml @@ -77,7 +77,9 @@ jobs: - name: Cache Rust dependencies uses: Swatinem/rust-cache@v2 with: - workspaces: modules/quickstart-chat + workspaces: | + . + modules/quickstart-chat shared-key: quickstart-chat-test - name: Install SpacetimeDB CLI from the local checkout @@ -89,9 +91,6 @@ jobs: ln -s $HOME/.cargo/bin/spacetimedb-cli $HOME/.cargo/bin/spacetime # Clear any existing information spacetime server clear -y - env: - # Share the target directory with our local project to avoid rebuilding same SpacetimeDB crates twice. - CARGO_TARGET_DIR: modules/quickstart-chat/target - name: Generate client bindings working-directory: modules/quickstart-chat