Skip to content

Define equality/GetHashCode for the Vector class #84

Define equality/GetHashCode for the Vector class

Define equality/GetHashCode for the Vector class #84

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
- uses: ankane/setup-postgres@v1
with:
database: pgvector_dotnet_test
dev-files: true
- run: |
cd /tmp
git clone --branch v0.5.0 https://github.com/pgvector/pgvector.git
cd pgvector
make
sudo make install
- run: psql -d pgvector_dotnet_test -c "CREATE EXTENSION vector"
- run: dotnet test