Remove duplicate test stage for rust lastest

This commit is contained in:
mdr0id 2018-10-09 09:34:10 -07:00
parent 17aa1f55e4
commit c0b953b8f7
1 changed files with 0 additions and 7 deletions

View File

@ -38,13 +38,6 @@ librustzcash-test-latest:
- cargo --verbose --version
- time cargo test --release --verbose
librustzcash-test-latest:
stage: test
image: rust:latest
script:
- cargo --verbose --version
- time cargo test --release --verbose
librustzcash-test-rust-nightly:
stage: test
image: rustlang/rust:nightly