From 8732516d55b2b07682bf40a242ba523fe3864238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Tue, 14 Jan 2020 22:42:20 -0700 Subject: Remove manual tests Use "cargo test" instead. --- .github/workflows/CI.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a27a108..0c8ad35 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -65,10 +65,3 @@ jobs: - name: Run tests run: | cargo test --verbose -j1 - - # TODO: integrate these with `cargo test` above - - name: Run manual tests - if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos') - run: | - cargo run -- --help - ./run_tests.sh -- cgit v1.2.3