From 6aec5e66f044597852e2c486a32bcdebd5b58d3a Mon Sep 17 00:00:00 2001 From: busticated Date: Sat, 28 Oct 2023 15:20:55 -0700 Subject: [PATCH] ci runs consolidated ci task instead of individual lint and test tasks --- .github/workflows/test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 053e2f2..489793a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,8 +27,6 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Setup Project run: cargo xtask setup - - name: Run Linter - run: cargo xtask lint - name: Run Tests & Coverage - run: cargo xtask coverage + run: cargo xtask ci