Other(CI): Enable race checks in the CI

This commit is contained in:
James Houlahan
2022-10-24 22:10:17 +02:00
parent 247e676b41
commit 3e54885ea0

View File

@ -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