Skip to content
Snippets Groups Projects
Commit 1417b5dc authored by Éloïs's avatar Éloïs
Browse files

Merge branch '14-rustfmt-nightly-fail-to-compil-in-docker' into 'dev'

Resolve "rustfmt-nightly fail to compil in docker"

Closes #14

See merge request !11
parents ec758989 fd92301f
No related branches found
No related tags found
1 merge request!11Resolve "rustfmt-nightly fail to compil in docker"
...@@ -32,17 +32,17 @@ build_and_tests:beta: ...@@ -32,17 +32,17 @@ build_and_tests:beta:
build_and_tests:nightly: build_and_tests:nightly:
stage: tests stage: tests
image: rustlang/rust:nightly
tags: tags:
- redshift-rs-nightly - redshift-rs-nightly
script: script:
- rustup update
- cargo test - cargo test
when: manual when: manual
allow_failure: true allow_failure: true
fmt: fmt:
stage: fmt stage: fmt
image: scorpil/rust:nightly-onbuild image: rustlang/rust:nightly
tags: tags:
- redshift-rs-nightly - redshift-rs-nightly
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment