Skip to content

Commit 8ca48a7

Browse files
committed
WIP
1 parent f8d9893 commit 8ca48a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ jobs:
111111
- name: Run tests
112112
run: mix test
113113

114+
- name: Run flaky tests
115+
run: mix test test/sentry/logger_handler_test.exs --repeat-until-failure 100
116+
114117
- name: Run integration tests
115118
run: mix test.integrations
116119

0 commit comments

Comments
 (0)