From f0eaa890dd40ae84b4f175035b1035d45717c185 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 16 Oct 2024 10:44:31 -0700 Subject: [PATCH] rename --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index bc99cf5c..d846666a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -22,8 +22,8 @@ jobs: - name: Build wasm module for prompt_gateway run: cd crates/prompt_gateway && cargo build --release --target=wasm32-wasi - - name: Run Tests on public_types crate - run: cd crates/public_types && cargo test + - name: Run Tests on common crate + run: cd crates/common && cargo test - name: Run Tests on prompt_gateway crate run: cd crates/prompt_gateway && cargo test