Skip to content

wip: generate json schema for completion #471

wip: generate json schema for completion

wip: generate json schema for completion #471

Workflow file for this run

name: Tests
on:
push:
branches:
- "master"
pull_request:
jobs:
tests:
name: tests
strategy:
matrix:
go-version: [1.22.4]
os: [ubuntu-latest, macos-latest, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Install testrunner
run: make install-testrunner
- name: Run tests
run: make test