Do not use mono feature for editor test

This commit is contained in:
Jeremy Soller 2022-10-25 10:18:11 -06:00
parent c5e9412673
commit efc5108a2d
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -1,3 +1,3 @@
# SPDX-License-Identifier: MIT OR Apache-2.0
RUST_LOG="cosmic_text=debug,editor_test=debug" cargo run --release --package editor-test --features mono -- "$@"
RUST_LOG="cosmic_text=debug,editor_test=debug" cargo run --release --package editor-test -- "$@"