From 0675ecdd733cb6c0da298cd37da26fbce6ec5604 Mon Sep 17 00:00:00 2001 From: mpostma Date: Tue, 5 Jan 2021 21:55:14 +0100 Subject: [PATCH] remove specific task for dump in ci --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a13be9346..14bf03e47 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,11 +30,6 @@ jobs: with: command: test args: --locked --release - - name: Run cargo test dump - uses: actions-rs/cargo@v1 - with: - command: test - args: dump --locked --release -- --ignored --test-threads 1 - name: Run cargo clippy uses: actions-rs/cargo@v1 with: