Skip to content

refactor!: Async Implementation #15

refactor!: Async Implementation

refactor!: Async Implementation #15

Workflow file for this run

name: "Cargo Tests"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: ChromaDB
uses: CakeCrusher/[email protected]
- name: Run tests
run: cargo test