Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee680b9

Browse files
committed
Add checking and testing of new feature toggle
1 parent 1fdded1 commit ee680b9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ check:## run cargo-check with various features
3535
cargo check --all
3636
cargo check --all-features
3737
cargo check --no-default-features
38-
cargo check --features tui-unix
39-
cargo check --features tui-crossplatform
38+
cargo check --no-default-features --features tui-unix
39+
cargo check --no-default-features --features tui-crossplatform
40+
cargo check --no-default-features --features trash-move
4041

4142
unit-tests: ## run all unit tests
4243
cargo test --all
44+
cargo test --all --no-default-features --features trash-move
4345

4446
continuous-unit-tests: ## run all unit tests whenever something changes
4547
watchexec -w src $(MAKE) unit-tests

0 commit comments

Comments
 (0)