From a3b156441a4db498b2f4ef09ca98914966bc648d Mon Sep 17 00:00:00 2001 From: naskya Date: Mon, 6 May 2024 19:38:35 +0900 Subject: [PATCH] ci: temporary fix for cargo test failure due to missing meta.json --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56d3ea154d..9810b09447 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,14 +39,10 @@ default: - export PGPASSWORD="${POSTGRES_PASSWORD}" - psql --host postgres --user "${POSTGRES_USER}" --dbname "${POSTGRES_DB}" --command 'CREATE EXTENSION pgroonga' -build_test: +build_and_cargo_unit_test: stage: test script: - pnpm install --frozen-lockfile - pnpm run build:debug - pnpm run migrate - -cargo_test: - stage: test - script: - cargo test