Skip to content

Commit eeede8c

Browse files
committed
WIP - run umbrella integration tests too
1 parent bc422e8 commit eeede8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ defmodule Sentry.Mixfile do
136136

137137
defp run_integration_tests_if_supported(args) do
138138
if Version.match?(System.version(), ">= 1.16.0") do
139+
run_integration_tests("umbrella", args)
139140
run_integration_tests("phoenix_app", args)
140141
else
141142
Mix.shell().info("Skipping integration tests for Elixir versions < 1.16")

0 commit comments

Comments
 (0)