Skip to content
Snippets Groups Projects

Resolve "rustfmt-nightly fail to compil in docker"

Merged Éloïs requested to merge 14-rustfmt-nightly-fail-to-compil-in-docker into dev
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -32,17 +32,17 @@ build_and_tests:beta:
build_and_tests:nightly:
stage: tests
image: rustlang/rust:nightly
tags:
- redshift-rs-nightly
script:
- rustup update
- cargo test
when: manual
allow_failure: true
fmt:
stage: fmt
image: scorpil/rust:nightly-onbuild
image: rustlang/rust:nightly
tags:
- redshift-rs-nightly
before_script:
Loading