remove specific task for dump in ci

This commit is contained in:
mpostma 2021-01-05 21:55:14 +01:00
parent 08c160c178
commit 0675ecdd73
No known key found for this signature in database
GPG Key ID: CBC8A7C1D7A28C3A
1 changed files with 0 additions and 5 deletions

View File

@ -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: