]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Configure `test` workflow to run tests with `inline-snapshot=review` (#14876)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Mon, 9 Feb 2026 17:38:48 +0000 (18:38 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Feb 2026 17:38:48 +0000 (18:38 +0100)
.github/workflows/test.yml

index e314b6a04140d03f3cb111bcda1fc40a8b11c0d6..3fb837c04d8f8baca70a02045f17730fcbf2a7ad 100644 (file)
@@ -14,6 +14,7 @@ on:
 
 env:
   UV_NO_SYNC: true
+  INLINE_SNAPSHOT_DEFAULT_FLAGS: review
 
 jobs:
   changes: