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

[fix] #61 pass-fmt-job-to-stable-version

parent 93d4012d
No related branches found
No related tags found
No related merge requests found
...@@ -47,12 +47,10 @@ clippy: ...@@ -47,12 +47,10 @@ clippy:
fmt: fmt:
stage: fmt stage: fmt
image: rustlang/rust:nightly
tags: tags:
- redshift-rs-nightly - redshift-rs-stable
before_script: before_script:
- export PATH="$HOME/.cargo/bin:$PATH" - export PATH="$HOME/.cargo/bin:$PATH"
- cargo install --force rustfmt-nightly
script: script:
- cargo fmt -- --write-mode=diff - cargo fmt --all -- --write-mode=diff
allow_failure: true allow_failure: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment