From e9baf5e6eab3723bdb4d7b52950c7b480bdc5b1c Mon Sep 17 00:00:00 2001 From: Dustin Martin Date: Thu, 7 Oct 2021 17:02:35 -0700 Subject: [PATCH] Remove cargo test from CI workflow It is not worth spending the time compiling until we actually have some tests to run. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73f4a12..4c83718 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,3 @@ jobs: with: command: clippy args: "-- -D warnings" - - name: Run tests - uses: actions-rs/cargo@v1 - with: - command: test