diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-15 07:52:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-15 07:52:56 -0700 |
commit | c08b52b764ea3cc5e4c6853529aedaccff62e8e7 (patch) | |
tree | 54d2eb1455f48485a90a17aff7af139175a8b21b /.github/workflows | |
parent | 69949a5ff1fd38ccb8080c424bb14a59bc718757 (diff) | |
parent | 8732516d55b2b07682bf40a242ba523fe3864238 (diff) | |
download | fpm-c08b52b764ea3cc5e4c6853529aedaccff62e8e7.tar.gz fpm-c08b52b764ea3cc5e4c6853529aedaccff62e8e7.zip |
Merge pull request #15 from certik/tests
Remove manual tests
Diffstat (limited to '.github/workflows')
-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 |