Skip to content

fix: config key

fix: config key #160

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v3
with:
go-version: 1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Setup Meilisearch
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest meilisearch --no-analytics
- name: Test
run: go test -v -race -covermode=atomic ./...