Skip to content

Commit

Permalink
ci - allow early failure on GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Oct 4, 2024
1 parent e704478 commit 53af470
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ stages:
- test:cpu-and-tidy
- test:gpu-and-float

workflow:
auto_cancel:
on_job_failure: all


# ----------------------------------------------------------------------------------------
# Memcheck backends + ASAN
Expand Down

0 comments on commit 53af470

Please sign in to comment.