consolidate the tests locations

This commit is contained in:
StellaOps Bot
2025-12-26 01:48:24 +02:00
parent 17613acf57
commit 39359da171
2031 changed files with 2607 additions and 476 deletions

View File

@@ -128,6 +128,6 @@ jobs:
- name: Run determinism tests
run: |
# Run scanner on same input twice, compare outputs
if [ -d "tests/fixtures/determinism" ]; then
if [ -d "src/__Tests/fixtures/determinism" ]; then
dotnet test --filter "Category=Determinism" --verbosity normal
fi