From 0d84cc1e6034fa56495d30a7161ac75d1362a2e5 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 3 May 2022 13:54:38 -0400 Subject: [PATCH] remove this from actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8816c30..dbabf12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: version: latest - run: cargo test-all-features - - name: Test Parsing - uses: actions-rs/cargo@v1 - with: - command: cargo test --package parsing + # - name: Test Parsing + # uses: actions-rs/cargo@v1 + # with: + # command: test --package parsing