Update .gitlab-ci.yml
Sanity check the status branches github is caching per its policy
This commit is contained in:
parent
b9ec222328
commit
0d71e44adf
|
@ -70,6 +70,8 @@ test:test-unittest:
|
||||||
- build:build-linux
|
- build:build-linux
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
after_script:
|
||||||
|
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
||||||
|
|
||||||
.test:test-race-conditions:
|
.test:test-race-conditions:
|
||||||
stage: test
|
stage: test
|
||||||
|
@ -79,7 +81,7 @@ test:test-unittest:
|
||||||
- make race
|
- make race
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
test:test-coverage:
|
.test:test-coverage:
|
||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- build:build-linux
|
- build:build-linux
|
||||||
|
@ -94,7 +96,7 @@ test:test-coverage:
|
||||||
# ************************************************************************/
|
# ************************************************************************/
|
||||||
# DEPLOY
|
# DEPLOY
|
||||||
# ************************************************************************/
|
# ************************************************************************/
|
||||||
deploy_staging:
|
.deploy_staging:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Reference in New Issue