Skip to content

Commit

Permalink
Ensure aws_credentials is running on test for earlier Elxir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 6, 2024
1 parent f6db68b commit c1a6f02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Calendar.put_time_zone_database(Tzdata.TimeZoneDatabase)
Application.ensure_all_started(:aws_credentials)
ExUnit.start(exclude: [:integration])

0 comments on commit c1a6f02

Please sign in to comment.