forked from Silverfish/proton-bridge
Other(CI): Enable race checks in the CI
This commit is contained in:
@ -40,6 +40,7 @@ test:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
- make test-race
|
||||||
tags:
|
tags:
|
||||||
- medium
|
- medium
|
||||||
|
|
||||||
@ -47,6 +48,7 @@ test-integration:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- make test-integration
|
- make test-integration
|
||||||
|
- make test-integration-race
|
||||||
tags:
|
tags:
|
||||||
- large
|
- large
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user