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