gammasim / simtools

Tools and applications for the Simulation System of the CTA Observatory.
https://gammasim.github.io/simtools
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Disable fail fast for integration tests #954

Closed GernotMaier closed 4 months ago

GernotMaier commented 4 months ago

We run integration tests for several (two) different model versions (prod5 and prod6).

This PR disables fail fast (meaning that all matrix jobs are canceled if one fails). This should help to understand better if integration tests generally fail or for a certain model version only.

This workflow setting is described here.