force test to run even if build hangs
Former-commit-id: e7a68417ae133402e1f53a6dbbdabbbfc2b3edf7
This commit is contained in:
parent
7685c3e206
commit
02d5f09206
@ -9,15 +9,14 @@ build:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- src/
|
- src/
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
make-test:
|
make-test:
|
||||||
needs: ["build"]
|
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
node-redis-test:
|
node-redis-test:
|
||||||
needs: ["build"]
|
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- mkdir node-redis-test
|
- mkdir node-redis-test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user