mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
Fix rojo-test tests not running on CI
This commit is contained in:
@@ -5,7 +5,7 @@ matrix:
|
||||
cache: cargo
|
||||
|
||||
script:
|
||||
- cargo test --locked --verbose
|
||||
- cargo test --all --locked --verbose
|
||||
|
||||
- language: rust
|
||||
rust: stable
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
set -ev
|
||||
|
||||
cargo test --locked --verbose
|
||||
cargo test --all --locked --verbose
|
||||
cargo fmt -- --check
|
||||
cargo clippy
|
||||
Reference in New Issue
Block a user