We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6a808 commit a14f641Copy full SHA for a14f641
scripts/accuracy/runAccuracyTests.sh
@@ -17,7 +17,7 @@ export MDB_ACCURACY_RUN_ID=$(npx uuid v4)
17
# specified in the command line. Such as:
18
# npm run test:accuracy -- tests/accuracy/some-test.test.ts
19
echo "Running accuracy tests with MDB_ACCURACY_RUN_ID '$MDB_ACCURACY_RUN_ID'"
20
-vitest --config vitest.config.ts --project=accuracy --coverage=false --run "$@"
+vitest --config vitest.config.ts --project=accuracy --coverage=false --no-file-parallelism --run "$@"
21
22
# Preserving the exit code from test run to correctly notify in the CI
23
# environments when the tests fail.
0 commit comments