mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
Other(CI): Enable race checks in the CI
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user