Skip to content

Commit

Permalink
test : add --verbose option in flutter test
Browse files Browse the repository at this point in the history
  • Loading branch information
seunggil1 committed Dec 29, 2024
1 parent 0aabfbb commit adc267c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
flutter analyze | findstr /v "info" | findstr /v "warning" # Windows용 findstr 사용
- name: Run tests
run: flutter test
run: flutter test --verbose

0 comments on commit adc267c

Please sign in to comment.