ci: temporary fix for cargo test failure due to missing meta.json
This commit is contained in:
parent
ecbd8a8724
commit
a3b156441a
1 changed files with 1 additions and 5 deletions
|
@ -39,14 +39,10 @@ default:
|
||||||
- export PGPASSWORD="${POSTGRES_PASSWORD}"
|
- export PGPASSWORD="${POSTGRES_PASSWORD}"
|
||||||
- psql --host postgres --user "${POSTGRES_USER}" --dbname "${POSTGRES_DB}" --command 'CREATE EXTENSION pgroonga'
|
- psql --host postgres --user "${POSTGRES_USER}" --dbname "${POSTGRES_DB}" --command 'CREATE EXTENSION pgroonga'
|
||||||
|
|
||||||
build_test:
|
build_and_cargo_unit_test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- pnpm install --frozen-lockfile
|
- pnpm install --frozen-lockfile
|
||||||
- pnpm run build:debug
|
- pnpm run build:debug
|
||||||
- pnpm run migrate
|
- pnpm run migrate
|
||||||
|
|
||||||
cargo_test:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Loading…
Reference in a new issue