DataDog / datadog-lambda-rb

The Datadog AWS Lambda Layer for Ruby
Apache License 2.0
8 stars 8 forks source link

Add the matrix strategy to workflow to make integration tests faster #49

Closed maxday closed 3 years ago

maxday commented 3 years ago

What does this PR do?

This PR makes the integration testing step faster by using the matrix strategy, it will run tests in parallel.

Motivation

Increase productivity by reducing waiting time

Testing Guidelines

Codebase was not change but a refactoring for integration testing has been made. This should not break the integration tests and should be fully backward compatible

Additional Notes

Current average workflow time for the integration tests step : around 10min With this PR, the new time is about 6min

Types of changes

Check all that apply