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:
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment