From e33d728991d316fbfe750af55c0cbe898384e499 Mon Sep 17 00:00:00 2001 From: Yu / Midori Date: Sat, 29 Jun 2024 17:38:03 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e908698..88a0877 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,10 @@ jobs: timeout-minutes: 5 run: flutter test test/widget_test.dart + - name: Golden Test + timeout-minutes: 5 + run: flutter test test/golden_test.dart + - name: Build iOS timeout-minutes: 10 run: flutter build ios --no-codesign @@ -420,6 +424,7 @@ jobs: See: - [unit_test](https://github.com/natsuk4ze/npm/blob/master/test/unit_test.dart) - [widget_test](https://github.com/natsuk4ze/npm/blob/master/test/widget_test.dart) +- [golden test](https://github.com/natsuk4ze/npm/blob/master/test/golden_test.dart) - [workflows](https://github.com/natsuk4ze/npm/actions)