1234567891011121314151617181920212223 |
- language: rust
- rust:
- - 1.40.0
- before_script:
- - rustup component add rustfmt
- - rustup update nightly
- - rustup target add wasm32-unknown-unknown
- - cargo +nightly install
- script:
-
- - cargo fmt
-
- - cargo test
-
- - cargo build
|