Skip to content

Commit 74f7ff6

Browse files
authored
Runs tests on CI. (#44)
* Adds the `_test` suffix to test class to get automatically picked up by `flutter test`. * Runs tests on CI.
1 parent e5a79e6 commit 74f7ff6

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ jobs:
1010
- run: bundle exec danger
1111
- run: flutter doctor
1212
- run: pub get
13+
- run: flutter test
1314
- run: dartanalyzer --options analysis_options.yaml --fatal-warnings lib
File renamed without changes.

0 commit comments

Comments
 (0)