Skip to content

feat: enable multi-tenant indexing with a new configuration flag and … #198

feat: enable multi-tenant indexing with a new configuration flag and …

feat: enable multi-tenant indexing with a new configuration flag and … #198

Workflow file for this run

name: "Execute Golang Tests"
on:
push:
jobs:
execute-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install dependencies
run: go mod download
- name: Execute golang tests
run: go test -timeout 5m ./...