Skip to content

Added support for bit type to Ecto #69

Added support for bit type to Ecto

Added support for bit type to Ecto #69

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: 25
elixir-version: 1.16
- run: mix deps.get
- uses: ankane/setup-postgres@v1
with:
database: pgvector_elixir_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
- run: mix test