consolidate the tests locations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user