Skip to content

Merge pull request #7 from Aleph-Alpha/add-batch-semantic-embed #74

Merge pull request #7 from Aleph-Alpha/add-batch-semantic-embed

Merge pull request #7 from Aleph-Alpha/add-batch-semantic-embed #74

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build
- name: Run tests
env:
AA_API_TOKEN: ${{ secrets.AA_API_TOKEN }}
run: cargo test