Skip to content

Commit

Permalink
Enable all engine test on windows (flutter#12814)
Browse files Browse the repository at this point in the history
  • Loading branch information
chunhtai authored Oct 14, 2019
1 parent b2e7e49 commit c2f1b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2f1b09

Please sign in to comment.