Эх сурвалжийг харах

Apparently we do need to install nightly

Tom Almeida 6 жил өмнө
parent
commit
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
 # Use cargo to test the project
 test:cargo:
 test:cargo:
   script:
   script:
+  - rustup toolchain install nightly
   - rustc --version && cargo --version      # Print version info for debugging
   - rustc --version && cargo --version      # Print version info for debugging
   - cargo +nightly test --all --verbose
   - cargo +nightly test --all --verbose