فهرست منبع

Apparently we do need to install nightly

Tom Almeida 6 سال پیش
والد
کامیت
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