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 768d92b commit 64951f9Copy full SHA for 64951f9
registry/DanTup_tiler.test
@@ -11,4 +11,6 @@ fetch=git -C tests submodule init
11
fetch=git -C tests submodule update --recursive
12
update=.
13
test=flutter analyze --no-fatal-infos
14
-test=USE_FLUTTER_TEST_FONT=1 flutter test test
+test.windows=set USE_FLUTTER_TEST_FONT=1
15
+test.posix=env USE_FLUTTER_TEST_FONT=1
16
+test=flutter test test
0 commit comments