diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d846666a..ac33c76c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -19,12 +19,12 @@ jobs: - name: Setup | Install wasm toolchain run: rustup target add wasm32-wasi - - name: Build wasm module for prompt_gateway - run: cd crates/prompt_gateway && cargo build --release --target=wasm32-wasi - - name: Run Tests on common crate run: cd crates/common && cargo test + - name: Build wasm module for prompt_gateway + run: cd crates/prompt_gateway && cargo build --release --target=wasm32-wasi + - name: Run Tests on prompt_gateway crate run: cd crates/prompt_gateway && cargo test