Skip to content

chore: Add Sieve integration and update QueryPerformance benchmarks #11

chore: Add Sieve integration and update QueryPerformance benchmarks

chore: Add Sieve integration and update QueryPerformance benchmarks #11

Workflow file for this run

name: build-debug
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build-dotnet:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
- run: dotnet build -c Debug
- run: dotnet test -c Debug