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 bc422e8 commit eeede8cCopy full SHA for eeede8c
mix.exs
@@ -136,6 +136,7 @@ defmodule Sentry.Mixfile do
136
137
defp run_integration_tests_if_supported(args) do
138
if Version.match?(System.version(), ">= 1.16.0") do
139
+ run_integration_tests("umbrella", args)
140
run_integration_tests("phoenix_app", args)
141
else
142
Mix.shell().info("Skipping integration tests for Elixir versions < 1.16")
0 commit comments