embeddenator-io 0.21.0

Envelope format and serialization for Embeddenator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: CI

on:
  push:
    branches: [main, develop]
  pull_request:

jobs:
  ci:
    uses: tzervas/.github-workflows/.github/workflows/reusable-ci.yml@v1
    with:
      rust-version: '1.84'
      run-tests: true
      run-benchmarks: false
      cache-key-prefix: 'embeddenator-io'