Skip to content

Remove failing work in progress fuzzy search test #2

Remove failing work in progress fuzzy search test

Remove failing work in progress fuzzy search test #2

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Test
run: dotnet test --configuration Release --verbosity normal