Passing deps from build task to test task(hopefully)
This commit is contained in:
parent
6bc8dd0d7d
commit
a876aa7ccf
@ -36,6 +36,9 @@ test-json-api:
|
|||||||
needs:
|
needs:
|
||||||
- build-json-api
|
- build-json-api
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- build-json-api
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd json-api/
|
- cd json-api/
|
||||||
- cargo test --release
|
- cargo test --release
|
||||||
|
Loading…
Reference in New Issue
Block a user