Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
486 changes: 199 additions & 287 deletions .github/workflows/dart.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/mono_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ stages:
- analyze_and_format:
- format
- analyze: --fatal-infos .
- unit_test:
- test:
- test: --test-randomize-ordering-seed=random
2 changes: 1 addition & 1 deletion build_config/mono_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ stages:
- analyze_and_format:
- format
- analyze: --fatal-infos .
- unit_test:
- test:
- test: --test-randomize-ordering-seed=random
2 changes: 1 addition & 1 deletion build_daemon/mono_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stages:
- analyze_and_format:
- format
- analyze: --fatal-infos .
- unit_test:
- test:
- test: --test-randomize-ordering-seed=random
os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion build_modules/mono_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ stages:
- analyze_and_format:
- format
- analyze: --fatal-infos .
- unit_test:
- test:
- test: -P presubmit --test-randomize-ordering-seed=random
2 changes: 1 addition & 1 deletion build_test/mono_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ stages:
- analyze_and_format:
- format
- analyze: --fatal-infos .
- unit_test:
- test:
- test: --test-randomize-ordering-seed=random
2 changes: 1 addition & 1 deletion build_web_compilers/mono_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ stages:
- analyze_and_format:
- format
- analyze: --fatal-infos .
- unit_test:
- test:
- test: --test-randomize-ordering-seed=random
2 changes: 1 addition & 1 deletion scratch_space/mono_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ stages:
- analyze_and_format:
- format
- analyze: --fatal-infos .
- unit_test:
- test:
- test: --test-randomize-ordering-seed=random
Loading