From 3e54885ea0ab5086024635bf252a73a205593a5c Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Mon, 24 Oct 2022 22:10:17 +0200 Subject: [PATCH] Other(CI): Enable race checks in the CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84bfcf83..bb868dd3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,7 @@ test: stage: test script: - make test + - make test-race tags: - medium @@ -47,6 +48,7 @@ test-integration: stage: test script: - make test-integration + - make test-integration-race tags: - large