Skip to content

Case sensitivity support for text search #14

Case sensitivity support for text search

Case sensitivity support for text search #14

Workflow file for this run

name: tests
on: push
jobs:
tests:
name: Unit Testing
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- run: dotnet test --verbosity normal --configuration Release