diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/CI.yml | 7 |
1 files changed, 0 insertions, 7 deletions
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 |