Explorar o código

Apparently we do need to install nightly

Tom Almeida %!s(int64=6) %!d(string=hai) anos
pai
achega
0506ba5916
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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