Skip to content

Commit

Permalink
chore(test): fix duplicate test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
RatakondalaArun authored and MarkOSullivan94 committed Jul 26, 2022
1 parent dc3bca6 commit dcc1c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-open-pr.yml
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: get dependencies
run: dart pub get
- name: run tests
run: dart test
run: dart test test/all_tests.dart
- name: run analyzer
run: dart analyze

0 comments on commit dcc1c62

Please sign in to comment.