Skip to content

Commit 4e6c6ad

Browse files
authored
Merge pull request #901 from Altinity/cicd/disable-tests-by-default
Disable sanitizer and regression tests by default
2 parents 4ada6a4 + fef4100 commit 4e6c6ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ tests/ci/cancel_and_rerun_workflow_lambda/app.py
3030
- [ ] <!---ci_exclude_stateless--> Stateless tests
3131
- [ ] <!---ci_exclude_stateful--> Stateful tests
3232
- [ ] <!---ci_exclude_performance--> Performance tests
33-
- [ ] <!---ci_exclude_asan--> All with ASAN
34-
- [ ] <!---ci_exclude_tsan--> All with TSAN
35-
- [ ] <!---ci_exclude_msan--> All with MSAN
36-
- [ ] <!---ci_exclude_ubsan--> All with UBSAN
33+
- [x] <!---ci_exclude_asan--> All with ASAN
34+
- [x] <!---ci_exclude_tsan--> All with TSAN
35+
- [x] <!---ci_exclude_msan--> All with MSAN
36+
- [x] <!---ci_exclude_ubsan--> All with UBSAN
3737
- [ ] <!---ci_exclude_coverage--> All with Coverage
3838
- [ ] <!---ci_exclude_aarch64--> All with Aarch64
39-
- [ ] <!---ci_exclude_regression--> All Regression
39+
- [x] <!---ci_exclude_regression--> All Regression
4040
- [ ] <!---no_ci_cache--> Disable CI Cache

0 commit comments

Comments
 (0)