ci: temporary fix for cargo test failure due to missing meta.json

This commit is contained in:
naskya 2024-05-06 19:38:35 +09:00
parent ecbd8a8724
commit a3b156441a
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 5 deletions

View File

@ -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