Skip to content

Commit

Permalink
WIP - run umbrella integration tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Jan 29, 2025
1 parent bc422e8 commit eeede8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ defmodule Sentry.Mixfile do

defp run_integration_tests_if_supported(args) do
if Version.match?(System.version(), ">= 1.16.0") do
run_integration_tests("umbrella", args)
run_integration_tests("phoenix_app", args)
else
Mix.shell().info("Skipping integration tests for Elixir versions < 1.16")
Expand Down

0 comments on commit eeede8c

Please sign in to comment.