Skip to content

Commit

Permalink
Remove cargo test from CI workflow
Browse files Browse the repository at this point in the history
It is not worth spending the time compiling until we actually have some
tests to run.
  • Loading branch information
dmartin committed Oct 8, 2021
1 parent 6d0b437 commit e9baf5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,3 @@ jobs:
with:
command: clippy
args: "-- -D warnings"
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test

0 comments on commit e9baf5e

Please sign in to comment.