Commit 80aedec
authored
Test sentry rails integration separately (#1321)
* Test sentry-rails integraion in a separate process
Most of the sentry-sidekiq tests should be run without sentry-rails and
rails. And since there's no easy way to unload those gems in a RSpec
process, we should use 2 processes to test them separately.
* Use make test for running sentry-sidekiq's specs on CI1 parent d96032a commit 80aedec
File tree
3 files changed
+7
-1
lines changed- .github/workflows
- sentry-sidekiq
- spec/sentry
3 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments