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:
|
||||
- build-json-api
|
||||
|
||||
dependencies:
|
||||
- build-json-api
|
||||
|
||||
script:
|
||||
- cd json-api/
|
||||
- cargo test --release
|
||||
|
Loading…
Reference in New Issue
Block a user