mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
18 lines
325 B
YAML
18 lines
325 B
YAML
matrix:
|
|
include:
|
|
- language: rust
|
|
rust: 1.36.0
|
|
cache: cargo
|
|
|
|
script:
|
|
- cargo test --all --locked --verbose
|
|
|
|
- language: rust
|
|
rust: stable
|
|
cache: cargo
|
|
|
|
install:
|
|
- rustup component add rustfmt
|
|
- rustup component add clippy
|
|
|
|
script: ./bin/run-tests.sh |