Ver código fonte

Apparently we do need to install nightly

Tom Almeida 6 anos atrás
pai
commit
0506ba5916
1 arquivos alterados com 1 adições e 0 exclusões
  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