소스 검색

Apparently we do need to install nightly

Tom Almeida 5 년 전
부모
커밋
0506ba5916
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -20,5 +20,6 @@ image: "rust:latest"
 # Use cargo to test the project
 test:cargo:
   script:
+  - rustup toolchain install nightly
   - rustc --version && cargo --version      # Print version info for debugging
   - cargo +nightly test --all --verbose