fixed ci
This commit is contained in:
committed by
Siegfried Kienzle
parent
6b08efc581
commit
cef96956a4
@@ -1,4 +1,4 @@
|
||||
image: scorpil/rust:stable
|
||||
image: scorpil/rust:nightly
|
||||
|
||||
stages:
|
||||
- test
|
||||
@@ -10,6 +10,9 @@ cargo:test:
|
||||
|
||||
rustfmt:
|
||||
stage: test
|
||||
before_script:
|
||||
- cargo install rustfmt
|
||||
- export PATH="/root/.cargo/bin:$PATH"
|
||||
script:
|
||||
- ci/run-rustfmt.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user