2020-06-12 13:55:40 +02:00
|
|
|
language: rust
|
2020-06-12 14:11:42 +02:00
|
|
|
before_install:
|
|
|
|
- rustup component add rustfmt --toolchain stable-x86_64-unknown-linux-gnu
|
2020-06-12 13:55:40 +02:00
|
|
|
script:
|
|
|
|
- cargo fmt
|
|
|
|
- cargo build --verbose --all
|
|
|
|
- cargo test --verbose --all
|