From d0db4232109217262a524497aeeb2b8b1fd695d8 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Tue, 26 May 2020 01:02:57 -0400 Subject: Add test of deprecated options --- ci/script.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') diff --git a/ci/script.sh b/ci/script.sh index 51e638d6..0237e644 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -10,6 +10,7 @@ if [[ $TARGET != arm-unknown-linux-gnueabihf ]] && [[ $TARGET != aarch64-unknown cargo test --target "$TARGET" --verbose cargo build --release ./tests/test_color_only_output_matches_git_on_full_repo_history + ./tests/test_deprecated_options > /dev/null cargo run --target "$TARGET" -- < /dev/null fi -- cgit v1.2.3