Skip to content

Commit

Permalink
[TEMP] Run 100 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Abestanis committed Oct 27, 2024
1 parent 334cac1 commit 2d8d846
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ runs:
- name: 🧪 Run Tests
shell: bash
run: flutter test --no-pub --test-randomize-ordering-seed random ${{inputs.testing_arguments}}
run: |
for i in $(seq 1 100); do
flutter test --no-pub --test-randomize-ordering-seed random ${{inputs.testing_arguments}}
done
- name: 📁 Save golden test failures artifacts
if: always()
Expand Down

0 comments on commit 2d8d846

Please sign in to comment.