Skip to content

Commit

Permalink
Better testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelTVMS committed Apr 14, 2023
1 parent 0381ccd commit 21bf7e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
# package:test for this step to succeed. Note that Flutter projects will
# want to change this to 'flutter test'.
- name: Run tests
run: dart test
run: dart test -P github
10 changes: 9 additions & 1 deletion dart_test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
concurrency: 1
reporter: expanded

presets:
github:
reporter: github
add_presets:
- "ci"

ci:
exclude_tags: command

tags:
command:
timeout: 2x

0 comments on commit 21bf7e6

Please sign in to comment.