Skip to content

Test Deno

Test Deno #122

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - uses: ankane/setup-postgres@v1
# with:
# database: pgvector_node_test
# dev-files: true
# - run: |
# cd /tmp
# git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git
# cd pgvector
# make
# sudo make install
# Deno
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
# - run: deno task --unstable test
- run: deno --unstable run -A npm:jest -i
env:
NODE_OPTIONS: --experimental-vm-modules