We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c009f commit af981d6Copy full SHA for af981d6
.github/workflows/main.yml
@@ -113,7 +113,7 @@ jobs:
113
114
- name: Run flaky logger test
115
if: ${{ matrix.elixir != '1.13' }}
116
- run: mix test test/sentry/logger_handler_test.exs:61 --repeat-until-failure 100
+ run: mix test --repeat-until-failure 100
117
118
- name: Run integration tests
119
run: mix test.integrations
0 commit comments