From efc5108a2db5c1429abe0b9e44719916206f6fa1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 25 Oct 2022 10:18:11 -0600 Subject: [PATCH] Do not use mono feature for editor test --- editor-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor-test.sh b/editor-test.sh index d38881a..05688f4 100755 --- a/editor-test.sh +++ b/editor-test.sh @@ -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 -- "$@"