Passing deps from build task to test task(hopefully)

This commit is contained in:
shockrah 2021-02-11 20:12:53 -08:00
parent 6bc8dd0d7d
commit a876aa7ccf

View File

@ -36,6 +36,9 @@ test-json-api:
needs:
- build-json-api
dependencies:
- build-json-api
script:
- cd json-api/
- cargo test --release