From c2f1b09e6aae990da8033ce19d3dee01d9135c40 Mon Sep 17 00:00:00 2001 From: chunhtai <47866232+chunhtai@users.noreply.github.com> Date: Mon, 14 Oct 2019 16:28:52 -0700 Subject: [PATCH] Enable all engine test on windows (#12814) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 26b5294ed..9a091276e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -121,7 +121,7 @@ task: ninja -C out/host_debug_unopt test_host_script: | cd %ENGINE_PATH%/src - python flutter/testing/run_tests.py --type=engine --engine-filter=flutter_windows_unittests,client_wrapper_windows_unittests + python flutter/testing/run_tests.py --type=engine - name: build_windows_opt_debug compile_host_script: | cd %ENGINE_PATH%/src -- GitLab