Skip to content

Make the test suite safe to run in parallel worker processes #567

Make the test suite safe to run in parallel worker processes

Make the test suite safe to run in parallel worker processes #567

Workflow file for this run

name: polecat
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/test-template.yml
strategy:
fail-fast: false
matrix:
storage_type: [default, edge]
with:
TEST_PROJECT_PATH: src/Polecat.Tests/Polecat.Tests.csproj
STORAGE_TYPE: ${{ matrix.storage_type }}