Skip to content

Commit

Permalink
Remove duplicate test stage for rust lastest
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr0id committed Oct 9, 2018
1 parent 17aa1f5 commit c0b953b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0b953b

Please sign in to comment.